Html Css Color HEX #BB4BC9 Medium Orchid

📋 copy color: '#BB4BC9'

red 187 ◦ green 75 ◦ blue 201

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

Shades of Medium Orchid #BB4BC9

Tints of Medium Orchid #BB4BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.41%

R = 40.39%
G = 16.2%
B = 43.41%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB4BC9 (or 0xBB4BC9) is known color: Medium Orchid. HEX triplet: BB, 4B and C9. RGB value is (187,75,201). Sum of RGB (Red+Green+Blue) = 187+75+201=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB4BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4BC9 is #44B436. Grayscale: #7A7A7A. Windows color (decimal): -4502583 or 13192123. OLE color: 13192123.

HSL color Cylindrical-coordinate representation of color #BB4BC9: hue angle of 293.33º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4BC9 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 75 201 -
CMYK 0.07 0.63 0 0.21
HSL 293.33º 0.54% 0.54% -
HSV(B) 293.33º 0.63% 0.79% -
XYZ 33.55 19.81 57.31 -
YUV 122.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 187 75 201 0.07 0.63 0 0.21 293.33 0.54 0.54
Hex BB 4B C9 7 3F 0 15 125 36 36
Octal 273 113 311 7 77 0 25 445 66 66
Binary 10111011 1001011 11001001 111 111111 0 10101 100100101 110110 110110

Color Harmonies of #BB4BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4BC9

Black with #BB4BC9

Text Example


Text Example

White with #BB4BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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