Html Css Color HEX #BF52E5 Medium Orchid

📋 copy color: '#BF52E5'

red 191 ◦ green 82 ◦ blue 229

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

Shades of Medium Orchid #BF52E5

Tints of Medium Orchid #BF52E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.62%

R = 38.05%
G = 16.33%
B = 45.62%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF52E5 (or 0xBF52E5) is known color: Medium Orchid. HEX triplet: BF, 52 and E5. RGB value is (191,82,229). Sum of RGB (Red+Green+Blue) = 191+82+229=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF52E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52E5 is #40AD1A. Grayscale: #828282. Windows color (decimal): -4238619 or 15028927. OLE color: 15028927.

HSL color Cylindrical-coordinate representation of color #BF52E5: hue angle of 284.49º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF52E5 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 82 229 -
CMYK 0.17 0.64 0 0.10
HSL 284.49º 0.74% 0.61% -
HSV(B) 284.49º 0.64% 0.9% -
XYZ 38.65 22.77 76.49 -
YUV 131.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 191 82 229 0.17 0.64 0 0.10 284.49 0.74 0.61
Hex BF 52 E5 11 40 0 A 11C 4A 3D
Octal 277 122 345 21 100 0 12 434 112 75
Binary 10111111 1010010 11100101 10001 1000000 0 1010 100011100 1001010 111101

Color Harmonies of #BF52E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52E5

Black with #BF52E5

Text Example


Text Example

White with #BF52E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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