Html Css Color HEX #BB74CB Medium Orchid

📋 copy color: '#BB74CB'

red 187 ◦ green 116 ◦ blue 203

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

Shades of Medium Orchid #BB74CB

Tints of Medium Orchid #BB74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.92%

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

R = 36.96%
G = 22.92%
B = 40.12%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB74CB (or 0xBB74CB) is known color: Medium Orchid. HEX triplet: BB, 74 and CB. RGB value is (187,116,203). Sum of RGB (Red+Green+Blue) = 187+116+203=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB74CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74CB is #448B34. Grayscale: #929292. Windows color (decimal): -4492085 or 13333691. OLE color: 13333691.

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

Color convert

RGB 187 116 203 -
CMYK 0.08 0.43 0 0.20
HSL 288.97º 0.46% 0.63% -
HSV(B) 288.97º 0.43% 0.8% -
XYZ 37.52 27.37 59.8 -
YUV 147.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 187 116 203 0.08 0.43 0 0.20 288.97 0.46 0.63
Hex BB 74 CB 8 2B 0 14 121 2E 3F
Octal 273 164 313 10 53 0 24 441 56 77
Binary 10111011 1110100 11001011 1000 101011 0 10100 100100001 101110 111111

Color Harmonies of #BB74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74CB

Black with #BB74CB

Text Example


Text Example

White with #BB74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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