Html Css Color HEX #BF4AE3 Medium Orchid

📋 copy color: '#BF4AE3'

red 191 ◦ green 74 ◦ blue 227

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

Shades of Medium Orchid #BF4AE3

Tints of Medium Orchid #BF4AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.14%

R = 38.82%
G = 15.04%
B = 46.14%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF4AE3 (or 0xBF4AE3) is known color: Medium Orchid. HEX triplet: BF, 4A and E3. RGB value is (191,74,227). Sum of RGB (Red+Green+Blue) = 191+74+227=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF4AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4AE3 is #40B51C. Grayscale: #7D7D7D. Windows color (decimal): -4240669 or 14895807. OLE color: 14895807.

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

Color convert

RGB 191 74 227 -
CMYK 0.16 0.67 0 0.11
HSL 285.88º 0.73% 0.59% -
HSV(B) 285.88º 0.67% 0.89% -
XYZ 37.8 21.52 74.83 -
YUV 126.43 184.76 174.06 -
System Red Green Blue C M Y K H S L
Decimal 191 74 227 0.16 0.67 0 0.11 285.88 0.73 0.59
Hex BF 4A E3 10 43 0 B 11E 49 3B
Octal 277 112 343 20 103 0 13 436 111 73
Binary 10111111 1001010 11100011 10000 1000011 0 1011 100011110 1001001 111011

Color Harmonies of #BF4AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AE3

Black with #BF4AE3

Text Example


Text Example

White with #BF4AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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