Html Css Color HEX #BB32EF Medium Orchid

📋 copy color: '#BB32EF'

red 187 ◦ green 50 ◦ blue 239

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

Shades of Medium Orchid #BB32EF

Tints of Medium Orchid #BB32EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 39.29%
G = 10.5%
B = 50.21%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB32EF (or 0xBB32EF) is known color: Medium Orchid. HEX triplet: BB, 32 and EF. RGB value is (187,50,239). Sum of RGB (Red+Green+Blue) = 187+50+239=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB32EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB32EF is #44CD10. Grayscale: #6F6F6F. Windows color (decimal): -4508945 or 15676091. OLE color: 15676091.

HSL color Cylindrical-coordinate representation of color #BB32EF: hue angle of 283.49º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB32EF is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 50 239 -
CMYK 0.22 0.79 0 0.06
HSL 283.49º 0.86% 0.57% -
HSV(B) 283.49º 0.79% 0.94% -
XYZ 37.21 19.08 83.38 -
YUV 112.51 199.39 181.13 -
System Red Green Blue C M Y K H S L
Decimal 187 50 239 0.22 0.79 0 0.06 283.49 0.86 0.57
Hex BB 32 EF 16 4F 0 6 11B 56 39
Octal 273 62 357 26 117 0 6 433 126 71
Binary 10111011 110010 11101111 10110 1001111 0 110 100011011 1010110 111001

Color Harmonies of #BB32EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB32EF

Black with #BB32EF

Text Example


Text Example

White with #BB32EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB32EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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