Html Css Color HEX #BB67CB Medium Orchid

📋 copy color: '#BB67CB'

red 187 ◦ green 103 ◦ blue 203

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

Shades of Medium Orchid #BB67CB

Tints of Medium Orchid #BB67CB

RGB

 RED value IS 187 (73.44% from 255) = 37.93%

 GREEN value IS 103 (40.63% from 255) = 20.89%

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

R = 37.93%
G = 20.89%
B = 41.18%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB67CB (or 0xBB67CB) is known color: Medium Orchid. HEX triplet: BB, 67 and CB. RGB value is (187,103,203). Sum of RGB (Red+Green+Blue) = 187+103+203=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB67CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67CB is #449834. Grayscale: #8B8B8B. Windows color (decimal): -4495413 or 13330363. OLE color: 13330363.

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

Color convert

RGB 187 103 203 -
CMYK 0.08 0.49 0 0.20
HSL 290.4º 0.49% 0.6% -
HSV(B) 290.4º 0.49% 0.8% -
XYZ 36.12 24.58 59.34 -
YUV 139.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 187 103 203 0.08 0.49 0 0.20 290.4 0.49 0.6
Hex BB 67 CB 8 31 0 14 122 31 3C
Octal 273 147 313 10 61 0 24 442 61 74
Binary 10111011 1100111 11001011 1000 110001 0 10100 100100010 110001 111100

Color Harmonies of #BB67CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB67CB

Black with #BB67CB

Text Example


Text Example

White with #BB67CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB67CB; }

 p { color: rgb(187,103,203); }

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

background-color css

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

 a { background-color: rgb(187,103,203); }

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

border-color css

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

 span { border-color: rgb(187,103,203); }

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