Html Css Color HEX #BB69CB Medium Orchid

📋 copy color: '#BB69CB'

red 187 ◦ green 105 ◦ blue 203

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

Shades of Medium Orchid #BB69CB

Tints of Medium Orchid #BB69CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.21%

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

R = 37.78%
G = 21.21%
B = 41.01%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB69CB (or 0xBB69CB) is known color: Medium Orchid. HEX triplet: BB, 69 and CB. RGB value is (187,105,203). Sum of RGB (Red+Green+Blue) = 187+105+203=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69CB is #449634. Grayscale: #8C8C8C. Windows color (decimal): -4494901 or 13330875. OLE color: 13330875.

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

Color convert

RGB 187 105 203 -
CMYK 0.08 0.48 0 0.20
HSL 290.2º 0.49% 0.6% -
HSV(B) 290.2º 0.48% 0.8% -
XYZ 36.32 24.98 59.41 -
YUV 140.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 187 105 203 0.08 0.48 0 0.20 290.2 0.49 0.6
Hex BB 69 CB 8 30 0 14 122 31 3C
Octal 273 151 313 10 60 0 24 442 61 74
Binary 10111011 1101001 11001011 1000 110000 0 10100 100100010 110001 111100

Color Harmonies of #BB69CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69CB

Black with #BB69CB

Text Example


Text Example

White with #BB69CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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