Html Css Color HEX #B660CB Medium Orchid

📋 copy color: '#B660CB'

red 182 ◦ green 96 ◦ blue 203

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

Shades of Medium Orchid #B660CB

Tints of Medium Orchid #B660CB

RGB

 RED value IS 182 (71.48% from 255) = 37.84%

 GREEN value IS 96 (37.89% from 255) = 19.96%

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

R = 37.84%
G = 19.96%
B = 42.2%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B660CB (or 0xB660CB) is known color: Medium Orchid. HEX triplet: B6, 60 and CB. RGB value is (182,96,203). Sum of RGB (Red+Green+Blue) = 182+96+203=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #B660CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B660CB is #499F34. Grayscale: #858585. Windows color (decimal): -4824885 or 13328566. OLE color: 13328566.

HSL color Cylindrical-coordinate representation of color #B660CB: hue angle of 288.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B660CB is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 96 203 -
CMYK 0.10 0.53 0 0.20
HSL 288.22º 0.51% 0.59% -
HSV(B) 288.22º 0.53% 0.8% -
XYZ 34.25 22.62 59.06 -
YUV 133.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 182 96 203 0.10 0.53 0 0.20 288.22 0.51 0.59
Hex B6 60 CB A 35 0 14 120 33 3B
Octal 266 140 313 12 65 0 24 440 63 73
Binary 10110110 1100000 11001011 1010 110101 0 10100 100100000 110011 111011

Color Harmonies of #B660CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B660CB

Black with #B660CB

Text Example


Text Example

White with #B660CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B660CB; }

 p { color: rgb(182,96,203); }

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

background-color css

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

 a { background-color: rgb(182,96,203); }

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

border-color css

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

 span { border-color: rgb(182,96,203); }

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