Html Css Color HEX #BB32DA Medium Orchid

📋 copy color: '#BB32DA'

red 187 ◦ green 50 ◦ blue 218

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

Shades of Medium Orchid #BB32DA

Tints of Medium Orchid #BB32DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 41.1%
G = 10.99%
B = 47.91%

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

#BB32DA (or 0xBB32DA) is known color: Medium Orchid. HEX triplet: BB, 32 and DA. RGB value is (187,50,218). Sum of RGB (Red+Green+Blue) = 187+50+218=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB32DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32DA is #44CD25. Grayscale: #6D6D6D. Windows color (decimal): -4508966 or 14299835. OLE color: 14299835.

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

Color convert

RGB 187 50 218 -
CMYK 0.14 0.77 0 0.15
HSL 288.93º 0.69% 0.53% -
HSV(B) 288.93º 0.77% 0.85% -
XYZ 34.29 17.91 67.98 -
YUV 110.12 188.89 182.84 -
System Red Green Blue C M Y K H S L
Decimal 187 50 218 0.14 0.77 0 0.15 288.93 0.69 0.53
Hex BB 32 DA E 4D 0 F 121 45 35
Octal 273 62 332 16 115 0 17 441 105 65
Binary 10111011 110010 11011010 1110 1001101 0 1111 100100001 1000101 110101

Color Harmonies of #BB32DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB32DA

Black with #BB32DA

Text Example


Text Example

White with #BB32DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB32DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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