Html Css Color HEX #BF52EF Medium Orchid

📋 copy color: '#BF52EF'

red 191 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #BF52EF

Tints of Medium Orchid #BF52EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 37.3%
G = 16.02%
B = 46.68%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF52EF (or 0xBF52EF) is known color: Medium Orchid. HEX triplet: BF, 52 and EF. RGB value is (191,82,239). Sum of RGB (Red+Green+Blue) = 191+82+239=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF52EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF52EF is #40AD10. Grayscale: #838383. Windows color (decimal): -4238609 or 15684287. OLE color: 15684287.

HSL color Cylindrical-coordinate representation of color #BF52EF: hue angle of 281.66º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF52EF is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 82 239 -
CMYK 0.20 0.66 0 0.06
HSL 281.66º 0.83% 0.63% -
HSV(B) 281.66º 0.66% 0.94% -
XYZ 40.08 23.34 84.05 -
YUV 132.49 188.11 169.73 -
System Red Green Blue C M Y K H S L
Decimal 191 82 239 0.20 0.66 0 0.06 281.66 0.83 0.63
Hex BF 52 EF 14 42 0 6 11A 53 3F
Octal 277 122 357 24 102 0 6 432 123 77
Binary 10111111 1010010 11101111 10100 1000010 0 110 100011010 1010011 111111

Color Harmonies of #BF52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52EF

Black with #BF52EF

Text Example


Text Example

White with #BF52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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