Html Css Color HEX #BF52D1 Medium Orchid

📋 copy color: '#BF52D1'

red 191 ◦ green 82 ◦ blue 209

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

Shades of Medium Orchid #BF52D1

Tints of Medium Orchid #BF52D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.36%

R = 39.63%
G = 17.01%
B = 43.36%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF52D1 (or 0xBF52D1) is known color: Medium Orchid. HEX triplet: BF, 52 and D1. RGB value is (191,82,209). Sum of RGB (Red+Green+Blue) = 191+82+209=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF52D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52D1 is #40AD2E. Grayscale: #808080. Windows color (decimal): -4238639 or 13718207. OLE color: 13718207.

HSL color Cylindrical-coordinate representation of color #BF52D1: hue angle of 291.5º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF52D1 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 82 209 -
CMYK 0.09 0.61 0 0.18
HSL 291.5º 0.58% 0.57% -
HSV(B) 291.5º 0.61% 0.82% -
XYZ 36.01 21.71 62.61 -
YUV 129.07 173.11 172.17 -
System Red Green Blue C M Y K H S L
Decimal 191 82 209 0.09 0.61 0 0.18 291.5 0.58 0.57
Hex BF 52 D1 9 3D 0 12 123 3A 39
Octal 277 122 321 11 75 0 22 443 72 71
Binary 10111111 1010010 11010001 1001 111101 0 10010 100100011 111010 111001

Color Harmonies of #BF52D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52D1

Black with #BF52D1

Text Example


Text Example

White with #BF52D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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