Html Css Color HEX #BB52F9 Medium Orchid

📋 copy color: '#BB52F9'

red 187 ◦ green 82 ◦ blue 249

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

Shades of Medium Orchid #BB52F9

Tints of Medium Orchid #BB52F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 36.1%
G = 15.83%
B = 48.07%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB52F9 (or 0xBB52F9) is known color: Medium Orchid. HEX triplet: BB, 52 and F9. RGB value is (187,82,249). Sum of RGB (Red+Green+Blue) = 187+82+249=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB52F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB52F9 is #44AD06. Grayscale: #838383. Windows color (decimal): -4500743 or 16339643. OLE color: 16339643.

HSL color Cylindrical-coordinate representation of color #BB52F9: hue angle of 277.72º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB52F9 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 82 249 -
CMYK 0.25 0.67 0 0.02
HSL 277.72º 0.93% 0.65% -
HSV(B) 277.72º 0.67% 0.98% -
XYZ 40.61 23.44 92.01 -
YUV 132.43 193.79 166.92 -
System Red Green Blue C M Y K H S L
Decimal 187 82 249 0.25 0.67 0 0.02 277.72 0.93 0.65
Hex BB 52 F9 19 43 0 2 116 5D 41
Octal 273 122 371 31 103 0 2 426 135 101
Binary 10111011 1010010 11111001 11001 1000011 0 10 100010110 1011101 1000001

Color Harmonies of #BB52F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52F9

Black with #BB52F9

Text Example


Text Example

White with #BB52F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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