Html Css Color HEX #BF52E8 Medium Orchid

📋 copy color: '#BF52E8'

red 191 ◦ green 82 ◦ blue 232

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

Shades of Medium Orchid #BF52E8

Tints of Medium Orchid #BF52E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.94%

R = 37.82%
G = 16.24%
B = 45.94%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF52E8 (or 0xBF52E8) is known color: Medium Orchid. HEX triplet: BF, 52 and E8. RGB value is (191,82,232). Sum of RGB (Red+Green+Blue) = 191+82+232=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF52E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF52E8 is #40AD17. Grayscale: #838383. Windows color (decimal): -4238616 or 15225535. OLE color: 15225535.

HSL color Cylindrical-coordinate representation of color #BF52E8: hue angle of 283.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF52E8 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 82 232 -
CMYK 0.18 0.65 0 0.09
HSL 283.6º 0.77% 0.62% -
HSV(B) 283.6º 0.65% 0.91% -
XYZ 39.07 22.94 78.71 -
YUV 131.69 184.61 170.3 -
System Red Green Blue C M Y K H S L
Decimal 191 82 232 0.18 0.65 0 0.09 283.6 0.77 0.62
Hex BF 52 E8 12 41 0 9 11C 4D 3E
Octal 277 122 350 22 101 0 11 434 115 76
Binary 10111111 1010010 11101000 10010 1000001 0 1001 100011100 1001101 111110

Color Harmonies of #BF52E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52E8

Black with #BF52E8

Text Example


Text Example

White with #BF52E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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