Html Css Color HEX #BF52F1 Medium Orchid

📋 copy color: '#BF52F1'

red 191 ◦ green 82 ◦ blue 241

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

Shades of Medium Orchid #BF52F1

Tints of Medium Orchid #BF52F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.89%

R = 37.16%
G = 15.95%
B = 46.89%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF52F1 (or 0xBF52F1) is known color: Medium Orchid. HEX triplet: BF, 52 and F1. RGB value is (191,82,241). Sum of RGB (Red+Green+Blue) = 191+82+241=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF52F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF52F1 is #40AD0E. Grayscale: #848484. Windows color (decimal): -4238607 or 15815359. OLE color: 15815359.

HSL color Cylindrical-coordinate representation of color #BF52F1: hue angle of 281.13º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF52F1 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 82 241 -
CMYK 0.21 0.66 0 0.05
HSL 281.13º 0.85% 0.63% -
HSV(B) 281.13º 0.66% 0.95% -
XYZ 40.38 23.46 85.62 -
YUV 132.72 189.11 169.57 -
System Red Green Blue C M Y K H S L
Decimal 191 82 241 0.21 0.66 0 0.05 281.13 0.85 0.63
Hex BF 52 F1 15 42 0 5 119 55 3F
Octal 277 122 361 25 102 0 5 431 125 77
Binary 10111111 1010010 11110001 10101 1000010 0 101 100011001 1010101 111111

Color Harmonies of #BF52F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52F1

Black with #BF52F1

Text Example


Text Example

White with #BF52F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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