Html Css Color HEX #BB4BCB Medium Orchid

📋 copy color: '#BB4BCB'

red 187 ◦ green 75 ◦ blue 203

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

Shades of Medium Orchid #BB4BCB

Tints of Medium Orchid #BB4BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.13%

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

R = 40.22%
G = 16.13%
B = 43.66%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB4BCB (or 0xBB4BCB) is known color: Medium Orchid. HEX triplet: BB, 4B and CB. RGB value is (187,75,203). Sum of RGB (Red+Green+Blue) = 187+75+203=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB4BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4BCB is #44B434. Grayscale: #7A7A7A. Windows color (decimal): -4502581 or 13323195. OLE color: 13323195.

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

Color convert

RGB 187 75 203 -
CMYK 0.08 0.63 0 0.20
HSL 292.5º 0.55% 0.55% -
HSV(B) 292.5º 0.63% 0.8% -
XYZ 33.79 19.91 58.56 -
YUV 123.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 187 75 203 0.08 0.63 0 0.20 292.5 0.55 0.55
Hex BB 4B CB 8 3F 0 14 124 37 37
Octal 273 113 313 10 77 0 24 444 67 67
Binary 10111011 1001011 11001011 1000 111111 0 10100 100100100 110111 110111

Color Harmonies of #BB4BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4BCB

Black with #BB4BCB

Text Example


Text Example

White with #BB4BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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