Html Css Color HEX #BD45D0 Medium Orchid

📋 copy color: '#BD45D0'

red 189 ◦ green 69 ◦ blue 208

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

Shades of Medium Orchid #BD45D0

Tints of Medium Orchid #BD45D0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.81%

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 40.56%
G = 14.81%
B = 44.64%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD45D0 (or 0xBD45D0) is known color: Medium Orchid. HEX triplet: BD, 45 and D0. RGB value is (189,69,208). Sum of RGB (Red+Green+Blue) = 189+69+208=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD45D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45D0 is #42BA2F. Grayscale: #787878. Windows color (decimal): -4373040 or 13649341. OLE color: 13649341.

HSL color Cylindrical-coordinate representation of color #BD45D0: hue angle of 291.8º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD45D0 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 69 208 -
CMYK 0.09 0.67 0 0.18
HSL 291.8º 0.6% 0.54% -
HSV(B) 291.8º 0.67% 0.82% -
XYZ 34.5 19.63 61.64 -
YUV 120.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 189 69 208 0.09 0.67 0 0.18 291.8 0.6 0.54
Hex BD 45 D0 9 43 0 12 124 3C 36
Octal 275 105 320 11 103 0 22 444 74 66
Binary 10111101 1000101 11010000 1001 1000011 0 10010 100100100 111100 110110

Color Harmonies of #BD45D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD45D0

Black with #BD45D0

Text Example


Text Example

White with #BD45D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD45D0; }

 p { color: rgb(189,69,208); }

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

background-color css

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

 a { background-color: rgb(189,69,208); }

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

border-color css

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

 span { border-color: rgb(189,69,208); }

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