Html Css Color HEX #BD4EDB Medium Orchid

📋 copy color: '#BD4EDB'

red 189 ◦ green 78 ◦ blue 219

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

Shades of Medium Orchid #BD4EDB

Tints of Medium Orchid #BD4EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.05%

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

R = 38.89%
G = 16.05%
B = 45.06%

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

#BD4EDB (or 0xBD4EDB) is known color: Medium Orchid. HEX triplet: BD, 4E and DB. RGB value is (189,78,219). Sum of RGB (Red+Green+Blue) = 189+78+219=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EDB is #42B124. Grayscale: #7E7E7E. Windows color (decimal): -4370725 or 14372541. OLE color: 14372541.

HSL color Cylindrical-coordinate representation of color #BD4EDB: hue angle of 287.23º 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 #BD4EDB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 78 219 -
CMYK 0.14 0.64 0 0.14
HSL 287.23º 0.66% 0.58% -
HSV(B) 287.23º 0.64% 0.86% -
XYZ 36.5 21.38 69.22 -
YUV 127.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 189 78 219 0.14 0.64 0 0.14 287.23 0.66 0.58
Hex BD 4E DB E 40 0 E 11F 42 3A
Octal 275 116 333 16 100 0 16 437 102 72
Binary 10111101 1001110 11011011 1110 1000000 0 1110 100011111 1000010 111010

Color Harmonies of #BD4EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EDB

Black with #BD4EDB

Text Example


Text Example

White with #BD4EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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