Html Css Color HEX #BB4DCE Medium Orchid

📋 copy color: '#BB4DCE'

red 187 ◦ green 77 ◦ blue 206

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

Shades of Medium Orchid #BB4DCE

Tints of Medium Orchid #BB4DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.38%

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 39.79%
G = 16.38%
B = 43.83%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB4DCE (or 0xBB4DCE) is known color: Medium Orchid. HEX triplet: BB, 4D and CE. RGB value is (187,77,206). Sum of RGB (Red+Green+Blue) = 187+77+206=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB4DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DCE is #44B231. Grayscale: #7C7C7C. Windows color (decimal): -4502066 or 13520315. OLE color: 13520315.

HSL color Cylindrical-coordinate representation of color #BB4DCE: hue angle of 291.16º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4DCE is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 77 206 -
CMYK 0.09 0.63 0 0.19
HSL 291.16º 0.57% 0.55% -
HSV(B) 291.16º 0.63% 0.81% -
XYZ 34.29 20.33 60.51 -
YUV 124.6 173.94 172.51 -
System Red Green Blue C M Y K H S L
Decimal 187 77 206 0.09 0.63 0 0.19 291.16 0.57 0.55
Hex BB 4D CE 9 3F 0 13 123 39 37
Octal 273 115 316 11 77 0 23 443 71 67
Binary 10111011 1001101 11001110 1001 111111 0 10011 100100011 111001 110111

Color Harmonies of #BB4DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DCE

Black with #BB4DCE

Text Example


Text Example

White with #BB4DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DCE; }

 p { color: rgb(187,77,206); }

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

background-color css

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

 a { background-color: rgb(187,77,206); }

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

border-color css

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

 span { border-color: rgb(187,77,206); }

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