Html Css Color HEX #BF4CD6 Medium Orchid

📋 copy color: '#BF4CD6'

red 191 ◦ green 76 ◦ blue 214

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

Shades of Medium Orchid #BF4CD6

Tints of Medium Orchid #BF4CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.49%

R = 39.71%
G = 15.8%
B = 44.49%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF4CD6 (or 0xBF4CD6) is known color: Medium Orchid. HEX triplet: BF, 4C and D6. RGB value is (191,76,214). Sum of RGB (Red+Green+Blue) = 191+76+214=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF4CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CD6 is #40B329. Grayscale: #7D7D7D. Windows color (decimal): -4240170 or 14044351. OLE color: 14044351.

HSL color Cylindrical-coordinate representation of color #BF4CD6: hue angle of 290º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4CD6 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 76 214 -
CMYK 0.11 0.64 0 0.16
HSL 290º 0.63% 0.57% -
HSV(B) 290º 0.64% 0.84% -
XYZ 36.21 21.1 65.78 -
YUV 126.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 191 76 214 0.11 0.64 0 0.16 290 0.63 0.57
Hex BF 4C D6 B 40 0 10 122 3F 39
Octal 277 114 326 13 100 0 20 442 77 71
Binary 10111111 1001100 11010110 1011 1000000 0 10000 100100010 111111 111001

Color Harmonies of #BF4CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CD6

Black with #BF4CD6

Text Example


Text Example

White with #BF4CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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