Html Css Color HEX #BD73E6 Medium Orchid

📋 copy color: '#BD73E6'

red 189 ◦ green 115 ◦ blue 230

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

Shades of Medium Orchid #BD73E6

Tints of Medium Orchid #BD73E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.07%

R = 35.39%
G = 21.54%
B = 43.07%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD73E6 (or 0xBD73E6) is known color: Medium Orchid. HEX triplet: BD, 73 and E6. RGB value is (189,115,230). Sum of RGB (Red+Green+Blue) = 189+115+230=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD73E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD73E6 is #428C19. Grayscale: #959595. Windows color (decimal): -4361242 or 15102909. OLE color: 15102909.

HSL color Cylindrical-coordinate representation of color #BD73E6: hue angle of 278.61º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD73E6 is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 115 230 -
CMYK 0.18 0.5 0 0.10
HSL 278.61º 0.7% 0.68% -
HSV(B) 278.61º 0.5% 0.9% -
XYZ 41.4 28.79 78.24 -
YUV 150.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 189 115 230 0.18 0.5 0 0.10 278.61 0.7 0.68
Hex BD 73 E6 12 32 0 A 117 46 44
Octal 275 163 346 22 62 0 12 427 106 104
Binary 10111101 1110011 11100110 10010 110010 0 1010 100010111 1000110 1000100

Color Harmonies of #BD73E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73E6

Black with #BD73E6

Text Example


Text Example

White with #BD73E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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