Html Css Color HEX #BF4FCF Medium Orchid

📋 copy color: '#BF4FCF'

red 191 ◦ green 79 ◦ blue 207

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

Shades of Medium Orchid #BF4FCF

Tints of Medium Orchid #BF4FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.56%

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

R = 40.04%
G = 16.56%
B = 43.4%

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

#BF4FCF (or 0xBF4FCF) is known color: Medium Orchid. HEX triplet: BF, 4F and CF. RGB value is (191,79,207). Sum of RGB (Red+Green+Blue) = 191+79+207=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF4FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FCF is #40B030. Grayscale: #7E7E7E. Windows color (decimal): -4239409 or 13586367. OLE color: 13586367.

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

Color convert

RGB 191 79 207 -
CMYK 0.08 0.62 0 0.19
HSL 292.5º 0.57% 0.56% -
HSV(B) 292.5º 0.62% 0.81% -
XYZ 35.54 21.17 61.24 -
YUV 127.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 191 79 207 0.08 0.62 0 0.19 292.5 0.57 0.56
Hex BF 4F CF 8 3E 0 13 124 39 38
Octal 277 117 317 10 76 0 23 444 71 70
Binary 10111111 1001111 11001111 1000 111110 0 10011 100100100 111001 111000

Color Harmonies of #BF4FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FCF

Black with #BF4FCF

Text Example


Text Example

White with #BF4FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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