Html Css Color HEX #BB4FCB Medium Orchid

📋 copy color: '#BB4FCB'

red 187 ◦ green 79 ◦ blue 203

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

Shades of Medium Orchid #BB4FCB

Tints of Medium Orchid #BB4FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.84%

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

R = 39.87%
G = 16.84%
B = 43.28%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB4FCB (or 0xBB4FCB) is known color: Medium Orchid. HEX triplet: BB, 4F and CB. RGB value is (187,79,203). Sum of RGB (Red+Green+Blue) = 187+79+203=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB4FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FCB is #44B034. Grayscale: #7D7D7D. Windows color (decimal): -4501557 or 13324219. OLE color: 13324219.

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

Color convert

RGB 187 79 203 -
CMYK 0.08 0.61 0 0.20
HSL 292.26º 0.54% 0.55% -
HSV(B) 292.26º 0.61% 0.8% -
XYZ 34.07 20.47 58.66 -
YUV 125.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 187 79 203 0.08 0.61 0 0.20 292.26 0.54 0.55
Hex BB 4F CB 8 3D 0 14 124 36 37
Octal 273 117 313 10 75 0 24 444 66 67
Binary 10111011 1001111 11001011 1000 111101 0 10100 100100100 110110 110111

Color Harmonies of #BB4FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4FCB

Black with #BB4FCB

Text Example


Text Example

White with #BB4FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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