Html Css Color HEX #BF6ED4 Medium Orchid

📋 copy color: '#BF6ED4'

red 191 ◦ green 110 ◦ blue 212

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

Shades of Medium Orchid #BF6ED4

Tints of Medium Orchid #BF6ED4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.44%

 BLUE value IS 212 (83.2% from 255) = 41.33%

R = 37.23%
G = 21.44%
B = 41.33%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF6ED4 (or 0xBF6ED4) is known color: Medium Orchid. HEX triplet: BF, 6E and D4. RGB value is (191,110,212). Sum of RGB (Red+Green+Blue) = 191+110+212=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF6ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ED4 is #40912B. Grayscale: #919191. Windows color (decimal): -4231468 or 13921983. OLE color: 13921983.

HSL color Cylindrical-coordinate representation of color #BF6ED4: hue angle of 287.65º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6ED4 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 110 212 -
CMYK 0.10 0.48 0 0.17
HSL 287.65º 0.54% 0.63% -
HSV(B) 287.65º 0.48% 0.83% -
XYZ 38.95 26.98 65.44 -
YUV 145.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 191 110 212 0.10 0.48 0 0.17 287.65 0.54 0.63
Hex BF 6E D4 A 30 0 11 120 36 3F
Octal 277 156 324 12 60 0 21 440 66 77
Binary 10111111 1101110 11010100 1010 110000 0 10001 100100000 110110 111111

Color Harmonies of #BF6ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6ED4

Black with #BF6ED4

Text Example


Text Example

White with #BF6ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6ED4; }

 p { color: rgb(191,110,212); }

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

background-color css

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

 a { background-color: rgb(191,110,212); }

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

border-color css

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

 span { border-color: rgb(191,110,212); }

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