Html Css Color HEX #BF4DCD Medium Orchid

📋 copy color: '#BF4DCD'

red 191 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #BF4DCD

Tints of Medium Orchid #BF4DCD

RGB

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

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

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

R = 40.38%
G = 16.28%
B = 43.34%

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

#BF4DCD (or 0xBF4DCD) is known color: Medium Orchid. HEX triplet: BF, 4D and CD. RGB value is (191,77,205). Sum of RGB (Red+Green+Blue) = 191+77+205=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF4DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DCD is #40B232. Grayscale: #7D7D7D. Windows color (decimal): -4239923 or 13454783. OLE color: 13454783.

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

Color convert

RGB 191 77 205 -
CMYK 0.07 0.62 0 0.20
HSL 293.44º 0.56% 0.55% -
HSV(B) 293.44º 0.62% 0.8% -
XYZ 35.16 20.79 59.92 -
YUV 125.68 172.77 174.59 -
System Red Green Blue C M Y K H S L
Decimal 191 77 205 0.07 0.62 0 0.20 293.44 0.56 0.55
Hex BF 4D CD 7 3E 0 14 125 38 37
Octal 277 115 315 7 76 0 24 445 70 67
Binary 10111111 1001101 11001101 111 111110 0 10100 100100101 111000 110111

Color Harmonies of #BF4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DCD

Black with #BF4DCD

Text Example


Text Example

White with #BF4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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