Html Css Color HEX #BF4BDB Medium Orchid

📋 copy color: '#BF4BDB'

red 191 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #BF4BDB

Tints of Medium Orchid #BF4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.46%

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

R = 39.38%
G = 15.46%
B = 45.15%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF4BDB (or 0xBF4BDB) is known color: Medium Orchid. HEX triplet: BF, 4B and DB. RGB value is (191,75,219). Sum of RGB (Red+Green+Blue) = 191+75+219=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BDB is #40B424. Grayscale: #7D7D7D. Windows color (decimal): -4240421 or 14371775. OLE color: 14371775.

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

Color convert

RGB 191 75 219 -
CMYK 0.13 0.66 0 0.14
HSL 288.33º 0.67% 0.58% -
HSV(B) 288.33º 0.66% 0.86% -
XYZ 36.79 21.22 69.18 -
YUV 126.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 191 75 219 0.13 0.66 0 0.14 288.33 0.67 0.58
Hex BF 4B DB D 42 0 E 120 43 3A
Octal 277 113 333 15 102 0 16 440 103 72
Binary 10111111 1001011 11011011 1101 1000010 0 1110 100100000 1000011 111010

Color Harmonies of #BF4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4BDB

Black with #BF4BDB

Text Example


Text Example

White with #BF4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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