Html Css Color HEX #BF4AED Medium Orchid

📋 copy color: '#BF4AED'

red 191 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #BF4AED

Tints of Medium Orchid #BF4AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 38.05%
G = 14.74%
B = 47.21%

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

#BF4AED (or 0xBF4AED) is known color: Medium Orchid. HEX triplet: BF, 4A and ED. RGB value is (191,74,237). Sum of RGB (Red+Green+Blue) = 191+74+237=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF4AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4AED is #40B512. Grayscale: #7F7F7F. Windows color (decimal): -4240659 or 15551167. OLE color: 15551167.

HSL color Cylindrical-coordinate representation of color #BF4AED: hue angle of 283.07º degrees, saturation: 0.82, 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 #BF4AED is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 74 237 -
CMYK 0.19 0.69 0 0.07
HSL 283.07º 0.82% 0.61% -
HSV(B) 283.07º 0.69% 0.93% -
XYZ 39.22 22.09 82.32 -
YUV 127.57 189.76 173.25 -
System Red Green Blue C M Y K H S L
Decimal 191 74 237 0.19 0.69 0 0.07 283.07 0.82 0.61
Hex BF 4A ED 13 45 0 7 11B 52 3D
Octal 277 112 355 23 105 0 7 433 122 75
Binary 10111111 1001010 11101101 10011 1000101 0 111 100011011 1010010 111101

Color Harmonies of #BF4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AED

Black with #BF4AED

Text Example


Text Example

White with #BF4AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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