Html Css Color HEX #B466CB Medium Orchid

📋 copy color: '#B466CB'

red 180 ◦ green 102 ◦ blue 203

#B466CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B466CB

Tints of Medium Orchid #B466CB

RGB

 RED value IS 180 (70.7% from 255) = 37.11%

 GREEN value IS 102 (40.23% from 255) = 21.03%

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 37.11%
G = 21.03%
B = 41.86%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B466CB (or 0xB466CB) is known color: Medium Orchid. HEX triplet: B4, 66 and CB. RGB value is (180,102,203). Sum of RGB (Red+Green+Blue) = 180+102+203=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #B466CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466CB is #4B9934. Grayscale: #888888. Windows color (decimal): -4954421 or 13330100. OLE color: 13330100.

HSL color Cylindrical-coordinate representation of color #B466CB: hue angle of 286.34º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B466CB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 102 203 -
CMYK 0.11 0.50 0 0.20
HSL 286.34º 0.49% 0.6% -
HSV(B) 286.34º 0.5% 0.8% -
XYZ 34.35 23.52 59.23 -
YUV 136.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 180 102 203 0.11 0.50 0 0.20 286.34 0.49 0.6
Hex B4 66 CB B 32 0 14 11E 31 3C
Octal 264 146 313 13 62 0 24 436 61 74
Binary 10110100 1100110 11001011 1011 110010 0 10100 100011110 110001 111100

Color Harmonies of #B466CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466CB

Black with #B466CB

Text Example


Text Example

White with #B466CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466CB; }

 p { color: rgb(180,102,203); }

 H1.HeaderClassName
 {
   color: #B466CB;
 }
 .AnyTagClassName
 {
   color: #B466CB;
 }
</style>

background-color css

<style>
 a { background-color: #B466CB; }

 a { background-color: rgb(180,102,203); }

 div.DivClassName
 {
   background-color: #B466CB;
 }
 .BgClassName
 {
   background-color: #B466CB;
 }
</style>

border-color css

<style>
 span { border-color: #B466CB; }

 span { border-color: rgb(180,102,203); }

 td.TdClassName
 {
   border-color: #B466CB;
 }
 .TagClassName
 {
   border-color: #B466CB;
 }
</style>