Html Css Color HEX #BB32DE Medium Orchid

📋 copy color: '#BB32DE'

red 187 ◦ green 50 ◦ blue 222

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

Shades of Medium Orchid #BB32DE

Tints of Medium Orchid #BB32DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 40.74%
G = 10.89%
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

#BB32DE (or 0xBB32DE) is known color: Medium Orchid. HEX triplet: BB, 32 and DE. RGB value is (187,50,222). Sum of RGB (Red+Green+Blue) = 187+50+222=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB32DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32DE is #44CD21. Grayscale: #6E6E6E. Windows color (decimal): -4508962 or 14561979. OLE color: 14561979.

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

Color convert

RGB 187 50 222 -
CMYK 0.16 0.77 0 0.13
HSL 287.79º 0.72% 0.53% -
HSV(B) 287.79º 0.77% 0.87% -
XYZ 34.82 18.12 70.77 -
YUV 110.57 190.89 182.51 -
System Red Green Blue C M Y K H S L
Decimal 187 50 222 0.16 0.77 0 0.13 287.79 0.72 0.53
Hex BB 32 DE 10 4D 0 D 120 48 35
Octal 273 62 336 20 115 0 15 440 110 65
Binary 10111011 110010 11011110 10000 1001101 0 1101 100100000 1001000 110101

Color Harmonies of #BB32DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB32DE

Black with #BB32DE

Text Example


Text Example

White with #BB32DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB32DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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