Html Css Color HEX #BB52D5 Medium Orchid

📋 copy color: '#BB52D5'

red 187 ◦ green 82 ◦ blue 213

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

Shades of Medium Orchid #BB52D5

Tints of Medium Orchid #BB52D5

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.01%

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 38.8%
G = 17.01%
B = 44.19%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB52D5 (or 0xBB52D5) is known color: Medium Orchid. HEX triplet: BB, 52 and D5. RGB value is (187,82,213). Sum of RGB (Red+Green+Blue) = 187+82+213=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB52D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52D5 is #44AD2A. Grayscale: #7F7F7F. Windows color (decimal): -4500779 or 13980347. OLE color: 13980347.

HSL color Cylindrical-coordinate representation of color #BB52D5: hue angle of 288.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB52D5 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 82 213 -
CMYK 0.12 0.62 0 0.16
HSL 288.09º 0.61% 0.58% -
HSV(B) 288.09º 0.62% 0.84% -
XYZ 35.52 21.4 65.21 -
YUV 128.33 175.79 169.85 -
System Red Green Blue C M Y K H S L
Decimal 187 82 213 0.12 0.62 0 0.16 288.09 0.61 0.58
Hex BB 52 D5 C 3E 0 10 120 3D 3A
Octal 273 122 325 14 76 0 20 440 75 72
Binary 10111011 1010010 11010101 1100 111110 0 10000 100100000 111101 111010

Color Harmonies of #BB52D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52D5

Black with #BB52D5

Text Example


Text Example

White with #BB52D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52D5; }

 p { color: rgb(187,82,213); }

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

background-color css

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

 a { background-color: rgb(187,82,213); }

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

border-color css

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

 span { border-color: rgb(187,82,213); }

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