Html Css Color HEX #BB52F7 Medium Orchid

📋 copy color: '#BB52F7'

red 187 ◦ green 82 ◦ blue 247

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

Shades of Medium Orchid #BB52F7

Tints of Medium Orchid #BB52F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.87%

R = 36.24%
G = 15.89%
B = 47.87%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB52F7 (or 0xBB52F7) is known color: Medium Orchid. HEX triplet: BB, 52 and F7. RGB value is (187,82,247). Sum of RGB (Red+Green+Blue) = 187+82+247=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB52F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB52F7 is #44AD08. Grayscale: #838383. Windows color (decimal): -4500745 or 16208571. OLE color: 16208571.

HSL color Cylindrical-coordinate representation of color #BB52F7: hue angle of 278.18º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB52F7 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 82 247 -
CMYK 0.24 0.67 0 0.03
HSL 278.18º 0.91% 0.65% -
HSV(B) 278.18º 0.67% 0.97% -
XYZ 40.3 23.31 90.37 -
YUV 132.21 192.79 167.08 -
System Red Green Blue C M Y K H S L
Decimal 187 82 247 0.24 0.67 0 0.03 278.18 0.91 0.65
Hex BB 52 F7 18 43 0 3 116 5B 41
Octal 273 122 367 30 103 0 3 426 133 101
Binary 10111011 1010010 11110111 11000 1000011 0 11 100010110 1011011 1000001

Color Harmonies of #BB52F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52F7

Black with #BB52F7

Text Example


Text Example

White with #BB52F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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