Html Css Color HEX #BB32EA Medium Orchid

📋 copy color: '#BB32EA'

red 187 ◦ green 50 ◦ blue 234

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

Shades of Medium Orchid #BB32EA

Tints of Medium Orchid #BB32EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 39.7%
G = 10.62%
B = 49.68%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB32EA (or 0xBB32EA) is known color: Medium Orchid. HEX triplet: BB, 32 and EA. RGB value is (187,50,234). Sum of RGB (Red+Green+Blue) = 187+50+234=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB32EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB32EA is #44CD15. Grayscale: #6F6F6F. Windows color (decimal): -4508950 or 15348411. OLE color: 15348411.

HSL color Cylindrical-coordinate representation of color #BB32EA: hue angle of 284.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB32EA is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 50 234 -
CMYK 0.20 0.79 0 0.08
HSL 284.67º 0.81% 0.56% -
HSV(B) 284.67º 0.79% 0.92% -
XYZ 36.49 18.79 79.55 -
YUV 111.94 196.89 181.54 -
System Red Green Blue C M Y K H S L
Decimal 187 50 234 0.20 0.79 0 0.08 284.67 0.81 0.56
Hex BB 32 EA 14 4F 0 8 11D 51 38
Octal 273 62 352 24 117 0 10 435 121 70
Binary 10111011 110010 11101010 10100 1001111 0 1000 100011101 1010001 111000

Color Harmonies of #BB32EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB32EA

Black with #BB32EA

Text Example


Text Example

White with #BB32EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB32EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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