Html Css Color HEX #BF4DDC Medium Orchid

📋 copy color: '#BF4DDC'

red 191 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #BF4DDC

Tints of Medium Orchid #BF4DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 39.14%
G = 15.78%
B = 45.08%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF4DDC (or 0xBF4DDC) is known color: Medium Orchid. HEX triplet: BF, 4D and DC. RGB value is (191,77,220). Sum of RGB (Red+Green+Blue) = 191+77+220=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DDC is #40B223. Grayscale: #7E7E7E. Windows color (decimal): -4239908 or 14437823. OLE color: 14437823.

HSL color Cylindrical-coordinate representation of color #BF4DDC: hue angle of 287.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4DDC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 77 220 -
CMYK 0.13 0.65 0 0.14
HSL 287.83º 0.67% 0.58% -
HSV(B) 287.83º 0.65% 0.86% -
XYZ 37.06 21.55 69.92 -
YUV 127.39 180.27 173.37 -
System Red Green Blue C M Y K H S L
Decimal 191 77 220 0.13 0.65 0 0.14 287.83 0.67 0.58
Hex BF 4D DC D 41 0 E 120 43 3A
Octal 277 115 334 15 101 0 16 440 103 72
Binary 10111111 1001101 11011100 1101 1000001 0 1110 100100000 1000011 111010

Color Harmonies of #BF4DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DDC

Black with #BF4DDC

Text Example


Text Example

White with #BF4DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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