Html Css Color HEX #BF52D8 Medium Orchid

📋 copy color: '#BF52D8'

red 191 ◦ green 82 ◦ blue 216

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

Shades of Medium Orchid #BF52D8

Tints of Medium Orchid #BF52D8

RGB

 RED value IS 191 (75% from 255) = 39.06%

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

 BLUE value IS 216 (84.77% from 255) = 44.17%

R = 39.06%
G = 16.77%
B = 44.17%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF52D8 (or 0xBF52D8) is known color: Medium Orchid. HEX triplet: BF, 52 and D8. RGB value is (191,82,216). Sum of RGB (Red+Green+Blue) = 191+82+216=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF52D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52D8 is #40AD27. Grayscale: #818181. Windows color (decimal): -4238632 or 14176959. OLE color: 14176959.

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

Color convert

RGB 191 82 216 -
CMYK 0.12 0.62 0 0.15
HSL 288.81º 0.63% 0.58% -
HSV(B) 288.81º 0.62% 0.85% -
XYZ 36.9 22.07 67.28 -
YUV 129.87 176.61 171.6 -
System Red Green Blue C M Y K H S L
Decimal 191 82 216 0.12 0.62 0 0.15 288.81 0.63 0.58
Hex BF 52 D8 C 3E 0 F 121 3F 3A
Octal 277 122 330 14 76 0 17 441 77 72
Binary 10111111 1010010 11011000 1100 111110 0 1111 100100001 111111 111010

Color Harmonies of #BF52D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52D8

Black with #BF52D8

Text Example


Text Example

White with #BF52D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52D8; }

 p { color: rgb(191,82,216); }

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

background-color css

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

 a { background-color: rgb(191,82,216); }

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

border-color css

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

 span { border-color: rgb(191,82,216); }

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