Html Css Color HEX #BF34E5 Medium Orchid

📋 copy color: '#BF34E5'

red 191 ◦ green 52 ◦ blue 229

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

Shades of Medium Orchid #BF34E5

Tints of Medium Orchid #BF34E5

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.02%

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

R = 40.47%
G = 11.02%
B = 48.52%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF34E5 (or 0xBF34E5) is known color: Medium Orchid. HEX triplet: BF, 34 and E5. RGB value is (191,52,229). Sum of RGB (Red+Green+Blue) = 191+52+229=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF34E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34E5 is #40CB1A. Grayscale: #717171. Windows color (decimal): -4246299 or 15021247. OLE color: 15021247.

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

Color convert

RGB 191 52 229 -
CMYK 0.17 0.77 0 0.10
HSL 287.12º 0.77% 0.55% -
HSV(B) 287.12º 0.77% 0.9% -
XYZ 36.86 19.19 75.89 -
YUV 113.74 193.05 183.11 -
System Red Green Blue C M Y K H S L
Decimal 191 52 229 0.17 0.77 0 0.10 287.12 0.77 0.55
Hex BF 34 E5 11 4D 0 A 11F 4D 37
Octal 277 64 345 21 115 0 12 437 115 67
Binary 10111111 110100 11100101 10001 1001101 0 1010 100011111 1001101 110111

Color Harmonies of #BF34E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34E5

Black with #BF34E5

Text Example


Text Example

White with #BF34E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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