Html Css Color HEX #BF4CDC Medium Orchid

📋 copy color: '#BF4CDC'

red 191 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #BF4CDC

Tints of Medium Orchid #BF4CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.61%

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

R = 39.22%
G = 15.61%
B = 45.17%

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

#BF4CDC (or 0xBF4CDC) is known color: Medium Orchid. HEX triplet: BF, 4C and DC. RGB value is (191,76,220). Sum of RGB (Red+Green+Blue) = 191+76+220=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF4CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CDC is #40B323. Grayscale: #7E7E7E. Windows color (decimal): -4240164 or 14437567. OLE color: 14437567.

HSL color Cylindrical-coordinate representation of color #BF4CDC: hue angle of 287.92º 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 #BF4CDC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 76 220 -
CMYK 0.13 0.65 0 0.14
HSL 287.92º 0.67% 0.58% -
HSV(B) 287.92º 0.65% 0.86% -
XYZ 36.99 21.41 69.89 -
YUV 126.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 191 76 220 0.13 0.65 0 0.14 287.92 0.67 0.58
Hex BF 4C DC D 41 0 E 120 43 3A
Octal 277 114 334 15 101 0 16 440 103 72
Binary 10111111 1001100 11011100 1101 1000001 0 1110 100100000 1000011 111010

Color Harmonies of #BF4CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CDC

Black with #BF4CDC

Text Example


Text Example

White with #BF4CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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