Html Css Color HEX #BF4AEC Medium Orchid

📋 copy color: '#BF4AEC'

red 191 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #BF4AEC

Tints of Medium Orchid #BF4AEC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.77%

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 38.12%
G = 14.77%
B = 47.11%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF4AEC (or 0xBF4AEC) is known color: Medium Orchid. HEX triplet: BF, 4A and EC. RGB value is (191,74,236). Sum of RGB (Red+Green+Blue) = 191+74+236=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF4AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4AEC is #40B513. Grayscale: #7E7E7E. Windows color (decimal): -4240660 or 15485631. OLE color: 15485631.

HSL color Cylindrical-coordinate representation of color #BF4AEC: hue angle of 283.33º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF4AEC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 74 236 -
CMYK 0.19 0.69 0 0.07
HSL 283.33º 0.81% 0.61% -
HSV(B) 283.33º 0.69% 0.93% -
XYZ 39.07 22.03 81.55 -
YUV 127.45 189.26 173.33 -
System Red Green Blue C M Y K H S L
Decimal 191 74 236 0.19 0.69 0 0.07 283.33 0.81 0.61
Hex BF 4A EC 13 45 0 7 11B 51 3D
Octal 277 112 354 23 105 0 7 433 121 75
Binary 10111111 1001010 11101100 10011 1000101 0 111 100011011 1010001 111101

Color Harmonies of #BF4AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AEC

Black with #BF4AEC

Text Example


Text Example

White with #BF4AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AEC; }

 p { color: rgb(191,74,236); }

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

background-color css

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

 a { background-color: rgb(191,74,236); }

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

border-color css

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

 span { border-color: rgb(191,74,236); }

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