Html Css Color HEX #BF3BD6 Medium Orchid

📋 copy color: '#BF3BD6'

red 191 ◦ green 59 ◦ blue 214

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

Shades of Medium Orchid #BF3BD6

Tints of Medium Orchid #BF3BD6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.72%

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

R = 41.16%
G = 12.72%
B = 46.12%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF3BD6 (or 0xBF3BD6) is known color: Medium Orchid. HEX triplet: BF, 3B and D6. RGB value is (191,59,214). Sum of RGB (Red+Green+Blue) = 191+59+214=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF3BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BD6 is #40C429. Grayscale: #737373. Windows color (decimal): -4244522 or 14039999. OLE color: 14039999.

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

Color convert

RGB 191 59 214 -
CMYK 0.11 0.72 0 0.16
HSL 291.1º 0.65% 0.54% -
HSV(B) 291.1º 0.72% 0.84% -
XYZ 35.19 19.06 65.44 -
YUV 116.14 183.23 181.4 -
System Red Green Blue C M Y K H S L
Decimal 191 59 214 0.11 0.72 0 0.16 291.1 0.65 0.54
Hex BF 3B D6 B 48 0 10 123 41 36
Octal 277 73 326 13 110 0 20 443 101 66
Binary 10111111 111011 11010110 1011 1001000 0 10000 100100011 1000001 110110

Color Harmonies of #BF3BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3BD6

Black with #BF3BD6

Text Example


Text Example

White with #BF3BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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