Html Css Color HEX #BD73DE Medium Orchid

📋 copy color: '#BD73DE'

red 189 ◦ green 115 ◦ blue 222

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

Shades of Medium Orchid #BD73DE

Tints of Medium Orchid #BD73DE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.86%

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 35.93%
G = 21.86%
B = 42.21%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD73DE (or 0xBD73DE) is known color: Medium Orchid. HEX triplet: BD, 73 and DE. RGB value is (189,115,222). Sum of RGB (Red+Green+Blue) = 189+115+222=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD73DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73DE is #428C21. Grayscale: #949494. Windows color (decimal): -4361250 or 14578621. OLE color: 14578621.

HSL color Cylindrical-coordinate representation of color #BD73DE: hue angle of 281.5º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD73DE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 115 222 -
CMYK 0.15 0.48 0 0.13
HSL 281.5º 0.62% 0.66% -
HSV(B) 281.5º 0.48% 0.87% -
XYZ 40.3 28.35 72.46 -
YUV 149.32 169.02 156.3 -
System Red Green Blue C M Y K H S L
Decimal 189 115 222 0.15 0.48 0 0.13 281.5 0.62 0.66
Hex BD 73 DE F 30 0 D 119 3E 42
Octal 275 163 336 17 60 0 15 431 76 102
Binary 10111101 1110011 11011110 1111 110000 0 1101 100011001 111110 1000010

Color Harmonies of #BD73DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73DE

Black with #BD73DE

Text Example


Text Example

White with #BD73DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73DE; }

 p { color: rgb(189,115,222); }

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

background-color css

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

 a { background-color: rgb(189,115,222); }

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

border-color css

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

 span { border-color: rgb(189,115,222); }

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