Html Css Color HEX #BF4ECF Medium Orchid

📋 copy color: '#BF4ECF'

red 191 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #BF4ECF

Tints of Medium Orchid #BF4ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 40.13%
G = 16.39%
B = 43.49%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF4ECF (or 0xBF4ECF) is known color: Medium Orchid. HEX triplet: BF, 4E and CF. RGB value is (191,78,207). Sum of RGB (Red+Green+Blue) = 191+78+207=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF4ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4ECF is #40B130. Grayscale: #7E7E7E. Windows color (decimal): -4239665 or 13586111. OLE color: 13586111.

HSL color Cylindrical-coordinate representation of color #BF4ECF: hue angle of 292.56º 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 #BF4ECF is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 78 207 -
CMYK 0.08 0.62 0 0.19
HSL 292.56º 0.57% 0.56% -
HSV(B) 292.56º 0.62% 0.81% -
XYZ 35.47 21.03 61.22 -
YUV 126.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 191 78 207 0.08 0.62 0 0.19 292.56 0.57 0.56
Hex BF 4E CF 8 3E 0 13 125 39 38
Octal 277 116 317 10 76 0 23 445 71 70
Binary 10111111 1001110 11001111 1000 111110 0 10011 100100101 111001 111000

Color Harmonies of #BF4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4ECF

Black with #BF4ECF

Text Example


Text Example

White with #BF4ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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