Html Css Color HEX #BB52ED Medium Orchid

📋 copy color: '#BB52ED'

red 187 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #BB52ED

Tints of Medium Orchid #BB52ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 36.96%
G = 16.21%
B = 46.84%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB52ED (or 0xBB52ED) is known color: Medium Orchid. HEX triplet: BB, 52 and ED. RGB value is (187,82,237). Sum of RGB (Red+Green+Blue) = 187+82+237=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB52ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB52ED is #44AD12. Grayscale: #828282. Windows color (decimal): -4500755 or 15553211. OLE color: 15553211.

HSL color Cylindrical-coordinate representation of color #BB52ED: hue angle of 280.65º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB52ED is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 82 237 -
CMYK 0.21 0.65 0 0.07
HSL 280.65º 0.81% 0.63% -
HSV(B) 280.65º 0.65% 0.93% -
XYZ 38.8 22.71 82.46 -
YUV 131.07 187.79 167.9 -
System Red Green Blue C M Y K H S L
Decimal 187 82 237 0.21 0.65 0 0.07 280.65 0.81 0.63
Hex BB 52 ED 15 41 0 7 119 51 3F
Octal 273 122 355 25 101 0 7 431 121 77
Binary 10111011 1010010 11101101 10101 1000001 0 111 100011001 1010001 111111

Color Harmonies of #BB52ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52ED

Black with #BB52ED

Text Example


Text Example

White with #BB52ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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