Html Css Color HEX #BF52FE Medium Orchid

📋 copy color: '#BF52FE'

red 191 ◦ green 82 ◦ blue 254

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

Shades of Medium Orchid #BF52FE

Tints of Medium Orchid #BF52FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 36.24%
G = 15.56%
B = 48.2%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF52FE (or 0xBF52FE) is known color: Medium Orchid. HEX triplet: BF, 52 and FE. RGB value is (191,82,254). Sum of RGB (Red+Green+Blue) = 191+82+254=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF52FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF52FE is #40AD01. Grayscale: #858585. Windows color (decimal): -4238594 or 16667327. OLE color: 16667327.

HSL color Cylindrical-coordinate representation of color #BF52FE: hue angle of 278.02º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF52FE is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 82 254 -
CMYK 0.25 0.68 0 0.00
HSL 278.02º 0.99% 0.66% -
HSV(B) 278.02º 0.68% 1% -
XYZ 42.39 24.27 96.22 -
YUV 134.2 195.61 168.51 -
System Red Green Blue C M Y K H S L
Decimal 191 82 254 0.25 0.68 0 0.00 278.02 0.99 0.66
Hex BF 52 FE 19 44 0 0 116 63 42
Octal 277 122 376 31 104 0 0 426 143 102
Binary 10111111 1010010 11111110 11001 1000100 0 0 100010110 1100011 1000010

Color Harmonies of #BF52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52FE

Black with #BF52FE

Text Example


Text Example

White with #BF52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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