Html Css Color HEX #BF52F5 Medium Orchid

📋 copy color: '#BF52F5'

red 191 ◦ green 82 ◦ blue 245

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

Shades of Medium Orchid #BF52F5

Tints of Medium Orchid #BF52F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.3%

R = 36.87%
G = 15.83%
B = 47.3%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BF52F5 (or 0xBF52F5) is known color: Medium Orchid. HEX triplet: BF, 52 and F5. RGB value is (191,82,245). Sum of RGB (Red+Green+Blue) = 191+82+245=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF52F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF52F5 is #40AD0A. Grayscale: #848484. Windows color (decimal): -4238603 or 16077503. OLE color: 16077503.

HSL color Cylindrical-coordinate representation of color #BF52F5: hue angle of 280.12º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF52F5 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 82 245 -
CMYK 0.22 0.67 0 0.04
HSL 280.12º 0.89% 0.64% -
HSV(B) 280.12º 0.67% 0.96% -
XYZ 40.98 23.7 88.8 -
YUV 133.17 191.11 169.25 -
System Red Green Blue C M Y K H S L
Decimal 191 82 245 0.22 0.67 0 0.04 280.12 0.89 0.64
Hex BF 52 F5 16 43 0 4 118 59 40
Octal 277 122 365 26 103 0 4 430 131 100
Binary 10111111 1010010 11110101 10110 1000011 0 100 100011000 1011001 1000000

Color Harmonies of #BF52F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52F5

Black with #BF52F5

Text Example


Text Example

White with #BF52F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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