Html Css Color HEX #BF34E4 Medium Orchid

📋 copy color: '#BF34E4'

red 191 ◦ green 52 ◦ blue 228

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

Shades of Medium Orchid #BF34E4

Tints of Medium Orchid #BF34E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.41%

R = 40.55%
G = 11.04%
B = 48.41%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF34E4 (or 0xBF34E4) is known color: Medium Orchid. HEX triplet: BF, 34 and E4. RGB value is (191,52,228). Sum of RGB (Red+Green+Blue) = 191+52+228=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF34E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34E4 is #40CB1B. Grayscale: #717171. Windows color (decimal): -4246300 or 14955711. OLE color: 14955711.

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

Color convert

RGB 191 52 228 -
CMYK 0.16 0.77 0 0.11
HSL 287.39º 0.77% 0.55% -
HSV(B) 287.39º 0.77% 0.89% -
XYZ 36.72 19.13 75.16 -
YUV 113.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 191 52 228 0.16 0.77 0 0.11 287.39 0.77 0.55
Hex BF 34 E4 10 4D 0 B 11F 4D 37
Octal 277 64 344 20 115 0 13 437 115 67
Binary 10111111 110100 11100100 10000 1001101 0 1011 100011111 1001101 110111

Color Harmonies of #BF34E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34E4

Black with #BF34E4

Text Example


Text Example

White with #BF34E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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