Html Css Color HEX #BB33DF Medium Orchid

📋 copy color: '#BB33DF'

red 187 ◦ green 51 ◦ blue 223

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

Shades of Medium Orchid #BB33DF

Tints of Medium Orchid #BB33DF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.06%

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 40.56%
G = 11.06%
B = 48.37%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB33DF (or 0xBB33DF) is known color: Medium Orchid. HEX triplet: BB, 33 and DF. RGB value is (187,51,223). Sum of RGB (Red+Green+Blue) = 187+51+223=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB33DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33DF is #44CC20. Grayscale: #6E6E6E. Windows color (decimal): -4508705 or 14627771. OLE color: 14627771.

HSL color Cylindrical-coordinate representation of color #BB33DF: hue angle of 287.44º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB33DF is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 51 223 -
CMYK 0.16 0.77 0 0.13
HSL 287.44º 0.73% 0.54% -
HSV(B) 287.44º 0.77% 0.87% -
XYZ 35 18.26 71.49 -
YUV 111.27 191.06 182.01 -
System Red Green Blue C M Y K H S L
Decimal 187 51 223 0.16 0.77 0 0.13 287.44 0.73 0.54
Hex BB 33 DF 10 4D 0 D 11F 49 36
Octal 273 63 337 20 115 0 15 437 111 66
Binary 10111011 110011 11011111 10000 1001101 0 1101 100011111 1001001 110110

Color Harmonies of #BB33DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33DF

Black with #BB33DF

Text Example


Text Example

White with #BB33DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33DF; }

 p { color: rgb(187,51,223); }

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

background-color css

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

 a { background-color: rgb(187,51,223); }

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

border-color css

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

 span { border-color: rgb(187,51,223); }

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