Html Css Color HEX #BF3EDB Medium Orchid

📋 copy color: '#BF3EDB'

red 191 ◦ green 62 ◦ blue 219

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

Shades of Medium Orchid #BF3EDB

Tints of Medium Orchid #BF3EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.14%

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 40.47%
G = 13.14%
B = 46.4%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF3EDB (or 0xBF3EDB) is known color: Medium Orchid. HEX triplet: BF, 3E and DB. RGB value is (191,62,219). Sum of RGB (Red+Green+Blue) = 191+62+219=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF3EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3EDB is #40C124. Grayscale: #757575. Windows color (decimal): -4243749 or 14368447. OLE color: 14368447.

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

Color convert

RGB 191 62 219 -
CMYK 0.13 0.72 0 0.14
HSL 289.3º 0.69% 0.55% -
HSV(B) 289.3º 0.72% 0.86% -
XYZ 35.99 19.64 68.91 -
YUV 118.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 191 62 219 0.13 0.72 0 0.14 289.3 0.69 0.55
Hex BF 3E DB D 48 0 E 121 45 37
Octal 277 76 333 15 110 0 16 441 105 67
Binary 10111111 111110 11011011 1101 1001000 0 1110 100100001 1000101 110111

Color Harmonies of #BF3EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3EDB

Black with #BF3EDB

Text Example


Text Example

White with #BF3EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3EDB; }

 p { color: rgb(191,62,219); }

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

background-color css

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

 a { background-color: rgb(191,62,219); }

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

border-color css

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

 span { border-color: rgb(191,62,219); }

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