Html Css Color HEX #BF4ECD Medium Orchid

📋 copy color: '#BF4ECD'

red 191 ◦ green 78 ◦ blue 205

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

Shades of Medium Orchid #BF4ECD

Tints of Medium Orchid #BF4ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 40.3%
G = 16.46%
B = 43.25%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF4ECD (or 0xBF4ECD) is known color: Medium Orchid. HEX triplet: BF, 4E and CD. RGB value is (191,78,205). Sum of RGB (Red+Green+Blue) = 191+78+205=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF4ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4ECD is #40B132. Grayscale: #7D7D7D. Windows color (decimal): -4239667 or 13455039. OLE color: 13455039.

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

Color convert

RGB 191 78 205 -
CMYK 0.07 0.62 0 0.20
HSL 293.39º 0.56% 0.55% -
HSV(B) 293.39º 0.62% 0.8% -
XYZ 35.23 20.93 59.94 -
YUV 126.27 172.44 174.17 -
System Red Green Blue C M Y K H S L
Decimal 191 78 205 0.07 0.62 0 0.20 293.39 0.56 0.55
Hex BF 4E CD 7 3E 0 14 125 38 37
Octal 277 116 315 7 76 0 24 445 70 67
Binary 10111111 1001110 11001101 111 111110 0 10100 100100101 111000 110111

Color Harmonies of #BF4ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4ECD

Black with #BF4ECD

Text Example


Text Example

White with #BF4ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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