Html Css Color HEX #BB32D9 Medium Orchid

📋 copy color: '#BB32D9'

red 187 ◦ green 50 ◦ blue 217

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

Shades of Medium Orchid #BB32D9

Tints of Medium Orchid #BB32D9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.01%

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

R = 41.19%
G = 11.01%
B = 47.8%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB32D9 (or 0xBB32D9) is known color: Medium Orchid. HEX triplet: BB, 32 and D9. RGB value is (187,50,217). Sum of RGB (Red+Green+Blue) = 187+50+217=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB32D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32D9 is #44CD26. Grayscale: #6D6D6D. Windows color (decimal): -4508967 or 14234299. OLE color: 14234299.

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

Color convert

RGB 187 50 217 -
CMYK 0.14 0.77 0 0.15
HSL 289.22º 0.69% 0.52% -
HSV(B) 289.22º 0.77% 0.85% -
XYZ 34.16 17.86 67.29 -
YUV 110 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 187 50 217 0.14 0.77 0 0.15 289.22 0.69 0.52
Hex BB 32 D9 E 4D 0 F 121 45 34
Octal 273 62 331 16 115 0 17 441 105 64
Binary 10111011 110010 11011001 1110 1001101 0 1111 100100001 1000101 110100

Color Harmonies of #BB32D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB32D9

Black with #BB32D9

Text Example


Text Example

White with #BB32D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB32D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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