Html Css Color HEX #BF4ECE Medium Orchid

📋 copy color: '#BF4ECE'

red 191 ◦ green 78 ◦ blue 206

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

Shades of Medium Orchid #BF4ECE

Tints of Medium Orchid #BF4ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.42%

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 40.21%
G = 16.42%
B = 43.37%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF4ECE (or 0xBF4ECE) is known color: Medium Orchid. HEX triplet: BF, 4E and CE. RGB value is (191,78,206). Sum of RGB (Red+Green+Blue) = 191+78+206=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF4ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4ECE is #40B131. Grayscale: #7D7D7D. Windows color (decimal): -4239666 or 13520575. OLE color: 13520575.

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

Color convert

RGB 191 78 206 -
CMYK 0.07 0.62 0 0.19
HSL 292.97º 0.57% 0.56% -
HSV(B) 292.97º 0.62% 0.81% -
XYZ 35.35 20.98 60.58 -
YUV 126.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 191 78 206 0.07 0.62 0 0.19 292.97 0.57 0.56
Hex BF 4E CE 7 3E 0 13 125 39 38
Octal 277 116 316 7 76 0 23 445 71 70
Binary 10111111 1001110 11001110 111 111110 0 10011 100100101 111001 111000

Color Harmonies of #BF4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4ECE

Black with #BF4ECE

Text Example


Text Example

White with #BF4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4ECE; }

 p { color: rgb(191,78,206); }

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

background-color css

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

 a { background-color: rgb(191,78,206); }

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

border-color css

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

 span { border-color: rgb(191,78,206); }

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