Html Css Color HEX #BD73E2 Medium Orchid

📋 copy color: '#BD73E2'

red 189 ◦ green 115 ◦ blue 226

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

Shades of Medium Orchid #BD73E2

Tints of Medium Orchid #BD73E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.64%

R = 35.66%
G = 21.7%
B = 42.64%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD73E2 (or 0xBD73E2) is known color: Medium Orchid. HEX triplet: BD, 73 and E2. RGB value is (189,115,226). Sum of RGB (Red+Green+Blue) = 189+115+226=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD73E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73E2 is #428C1D. Grayscale: #959595. Windows color (decimal): -4361246 or 14840765. OLE color: 14840765.

HSL color Cylindrical-coordinate representation of color #BD73E2: hue angle of 280º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD73E2 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 115 226 -
CMYK 0.16 0.49 0 0.11
HSL 280º 0.66% 0.67% -
HSV(B) 280º 0.49% 0.89% -
XYZ 40.84 28.57 75.31 -
YUV 149.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 189 115 226 0.16 0.49 0 0.11 280 0.66 0.67
Hex BD 73 E2 10 31 0 B 118 42 43
Octal 275 163 342 20 61 0 13 430 102 103
Binary 10111101 1110011 11100010 10000 110001 0 1011 100011000 1000010 1000011

Color Harmonies of #BD73E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73E2

Black with #BD73E2

Text Example


Text Example

White with #BD73E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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