Html Css Color HEX #BF4DEE Medium Orchid

📋 copy color: '#BF4DEE'

red 191 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #BF4DEE

Tints of Medium Orchid #BF4DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.22%

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 37.75%
G = 15.22%
B = 47.04%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF4DEE (or 0xBF4DEE) is known color: Medium Orchid. HEX triplet: BF, 4D and EE. RGB value is (191,77,238). Sum of RGB (Red+Green+Blue) = 191+77+238=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4DEE is #40B211. Grayscale: #808080. Windows color (decimal): -4239890 or 15617471. OLE color: 15617471.

HSL color Cylindrical-coordinate representation of color #BF4DEE: hue angle of 282.48º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4DEE is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 77 238 -
CMYK 0.20 0.68 0 0.07
HSL 282.48º 0.83% 0.62% -
HSV(B) 282.48º 0.68% 0.93% -
XYZ 39.57 22.56 83.16 -
YUV 129.44 189.27 171.91 -
System Red Green Blue C M Y K H S L
Decimal 191 77 238 0.20 0.68 0 0.07 282.48 0.83 0.62
Hex BF 4D EE 14 44 0 7 11A 53 3E
Octal 277 115 356 24 104 0 7 432 123 76
Binary 10111111 1001101 11101110 10100 1000100 0 111 100011010 1010011 111110

Color Harmonies of #BF4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DEE

Black with #BF4DEE

Text Example


Text Example

White with #BF4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DEE; }

 p { color: rgb(191,77,238); }

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

background-color css

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

 a { background-color: rgb(191,77,238); }

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

border-color css

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

 span { border-color: rgb(191,77,238); }

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