Html Css Color HEX #BD45CE Medium Orchid

📋 copy color: '#BD45CE'

red 189 ◦ green 69 ◦ blue 206

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

Shades of Medium Orchid #BD45CE

Tints of Medium Orchid #BD45CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 40.73%
G = 14.87%
B = 44.4%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD45CE (or 0xBD45CE) is known color: Medium Orchid. HEX triplet: BD, 45 and CE. RGB value is (189,69,206). Sum of RGB (Red+Green+Blue) = 189+69+206=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD45CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45CE is #42BA31. Grayscale: #787878. Windows color (decimal): -4373042 or 13518269. OLE color: 13518269.

HSL color Cylindrical-coordinate representation of color #BD45CE: hue angle of 292.55º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD45CE is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 69 206 -
CMYK 0.08 0.67 0 0.19
HSL 292.55º 0.58% 0.54% -
HSV(B) 292.55º 0.67% 0.81% -
XYZ 34.25 19.53 60.36 -
YUV 120.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 189 69 206 0.08 0.67 0 0.19 292.55 0.58 0.54
Hex BD 45 CE 8 43 0 13 125 3A 36
Octal 275 105 316 10 103 0 23 445 72 66
Binary 10111101 1000101 11001110 1000 1000011 0 10011 100100101 111010 110110

Color Harmonies of #BD45CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD45CE

Black with #BD45CE

Text Example


Text Example

White with #BD45CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD45CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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