Html Css Color HEX #BD73E5 Medium Orchid

📋 copy color: '#BD73E5'

red 189 ◦ green 115 ◦ blue 229

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

Shades of Medium Orchid #BD73E5

Tints of Medium Orchid #BD73E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.96%

R = 35.46%
G = 21.58%
B = 42.96%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD73E5 (or 0xBD73E5) is known color: Medium Orchid. HEX triplet: BD, 73 and E5. RGB value is (189,115,229). Sum of RGB (Red+Green+Blue) = 189+115+229=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD73E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73E5 is #428C1A. Grayscale: #959595. Windows color (decimal): -4361243 or 15037373. OLE color: 15037373.

HSL color Cylindrical-coordinate representation of color #BD73E5: hue angle of 278.95º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD73E5 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 115 229 -
CMYK 0.17 0.50 0 0.10
HSL 278.95º 0.69% 0.67% -
HSV(B) 278.95º 0.5% 0.9% -
XYZ 41.26 28.74 77.5 -
YUV 150.12 172.52 155.73 -
System Red Green Blue C M Y K H S L
Decimal 189 115 229 0.17 0.50 0 0.10 278.95 0.69 0.67
Hex BD 73 E5 11 32 0 A 117 45 43
Octal 275 163 345 21 62 0 12 427 105 103
Binary 10111101 1110011 11100101 10001 110010 0 1010 100010111 1000101 1000011

Color Harmonies of #BD73E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73E5

Black with #BD73E5

Text Example


Text Example

White with #BD73E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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