Html Css Color HEX #BD4FDB Medium Orchid

📋 copy color: '#BD4FDB'

red 189 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #BD4FDB

Tints of Medium Orchid #BD4FDB

RGB

 RED value IS 189 (74.22% from 255) = 38.81%

 GREEN value IS 79 (31.25% from 255) = 16.22%

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

R = 38.81%
G = 16.22%
B = 44.97%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD4FDB (or 0xBD4FDB) is known color: Medium Orchid. HEX triplet: BD, 4F and DB. RGB value is (189,79,219). Sum of RGB (Red+Green+Blue) = 189+79+219=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD4FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FDB is #42B024. Grayscale: #7F7F7F. Windows color (decimal): -4370469 or 14372797. OLE color: 14372797.

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

Color convert

RGB 189 79 219 -
CMYK 0.14 0.64 0 0.14
HSL 287.14º 0.66% 0.58% -
HSV(B) 287.14º 0.64% 0.86% -
XYZ 36.57 21.53 69.25 -
YUV 127.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 189 79 219 0.14 0.64 0 0.14 287.14 0.66 0.58
Hex BD 4F DB E 40 0 E 11F 42 3A
Octal 275 117 333 16 100 0 16 437 102 72
Binary 10111101 1001111 11011011 1110 1000000 0 1110 100011111 1000010 111010

Color Harmonies of #BD4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4FDB

Black with #BD4FDB

Text Example


Text Example

White with #BD4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4FDB; }

 p { color: rgb(189,79,219); }

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

background-color css

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

 a { background-color: rgb(189,79,219); }

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

border-color css

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

 span { border-color: rgb(189,79,219); }

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