Html Css Color HEX #BB52CA Medium Orchid

📋 copy color: '#BB52CA'

red 187 ◦ green 82 ◦ blue 202

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

Shades of Medium Orchid #BB52CA

Tints of Medium Orchid #BB52CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 39.7%
G = 17.41%
B = 42.89%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB52CA (or 0xBB52CA) is known color: Medium Orchid. HEX triplet: BB, 52 and CA. RGB value is (187,82,202). Sum of RGB (Red+Green+Blue) = 187+82+202=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB52CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52CA is #44AD35. Grayscale: #7E7E7E. Windows color (decimal): -4500790 or 13259451. OLE color: 13259451.

HSL color Cylindrical-coordinate representation of color #BB52CA: hue angle of 292.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB52CA is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 82 202 -
CMYK 0.07 0.59 0 0.21
HSL 292.5º 0.53% 0.56% -
HSV(B) 292.5º 0.59% 0.79% -
XYZ 34.17 20.86 58.1 -
YUV 127.08 170.29 170.74 -
System Red Green Blue C M Y K H S L
Decimal 187 82 202 0.07 0.59 0 0.21 292.5 0.53 0.56
Hex BB 52 CA 7 3B 0 15 124 35 38
Octal 273 122 312 7 73 0 25 444 65 70
Binary 10111011 1010010 11001010 111 111011 0 10101 100100100 110101 111000

Color Harmonies of #BB52CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52CA

Black with #BB52CA

Text Example


Text Example

White with #BB52CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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