Html Css Color HEX #BB32D7 Medium Orchid

📋 copy color: '#BB32D7'

red 187 ◦ green 50 ◦ blue 215

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

Shades of Medium Orchid #BB32D7

Tints of Medium Orchid #BB32D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.57%

R = 41.37%
G = 11.06%
B = 47.57%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB32D7 (or 0xBB32D7) is known color: Medium Orchid. HEX triplet: BB, 32 and D7. RGB value is (187,50,215). Sum of RGB (Red+Green+Blue) = 187+50+215=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB32D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32D7 is #44CD28. Grayscale: #6D6D6D. Windows color (decimal): -4508969 or 14103227. OLE color: 14103227.

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

Color convert

RGB 187 50 215 -
CMYK 0.13 0.77 0 0.16
HSL 289.82º 0.67% 0.52% -
HSV(B) 289.82º 0.77% 0.84% -
XYZ 33.9 17.75 65.93 -
YUV 109.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 187 50 215 0.13 0.77 0 0.16 289.82 0.67 0.52
Hex BB 32 D7 D 4D 0 10 122 43 34
Octal 273 62 327 15 115 0 20 442 103 64
Binary 10111011 110010 11010111 1101 1001101 0 10000 100100010 1000011 110100

Color Harmonies of #BB32D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB32D7

Black with #BB32D7

Text Example


Text Example

White with #BB32D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB32D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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