Html Css Color HEX #BB33D9 Medium Orchid

📋 copy color: '#BB33D9'

red 187 ◦ green 51 ◦ blue 217

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

Shades of Medium Orchid #BB33D9

Tints of Medium Orchid #BB33D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.69%

R = 41.1%
G = 11.21%
B = 47.69%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB33D9 (or 0xBB33D9) is known color: Medium Orchid. HEX triplet: BB, 33 and D9. RGB value is (187,51,217). Sum of RGB (Red+Green+Blue) = 187+51+217=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB33D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB33D9 is #44CC26. Grayscale: #6E6E6E. Windows color (decimal): -4508711 or 14234555. OLE color: 14234555.

HSL color Cylindrical-coordinate representation of color #BB33D9: hue angle of 289.16º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB33D9 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 51 217 -
CMYK 0.14 0.76 0 0.15
HSL 289.16º 0.69% 0.53% -
HSV(B) 289.16º 0.76% 0.85% -
XYZ 34.2 17.94 67.31 -
YUV 110.59 188.06 182.5 -
System Red Green Blue C M Y K H S L
Decimal 187 51 217 0.14 0.76 0 0.15 289.16 0.69 0.53
Hex BB 33 D9 E 4C 0 F 121 45 35
Octal 273 63 331 16 114 0 17 441 105 65
Binary 10111011 110011 11011001 1110 1001100 0 1111 100100001 1000101 110101

Color Harmonies of #BB33D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB33D9

Black with #BB33D9

Text Example


Text Example

White with #BB33D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB33D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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