Html Css Color HEX #BD45ED Medium Orchid

📋 copy color: '#BD45ED'

red 189 ◦ green 69 ◦ blue 237

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

Shades of Medium Orchid #BD45ED

Tints of Medium Orchid #BD45ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 38.18%
G = 13.94%
B = 47.88%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD45ED (or 0xBD45ED) is known color: Medium Orchid. HEX triplet: BD, 45 and ED. RGB value is (189,69,237). Sum of RGB (Red+Green+Blue) = 189+69+237=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD45ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD45ED is #42BA12. Grayscale: #7B7B7B. Windows color (decimal): -4373011 or 15549885. OLE color: 15549885.

HSL color Cylindrical-coordinate representation of color #BD45ED: hue angle of 282.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD45ED is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 69 237 -
CMYK 0.20 0.71 0 0.07
HSL 282.86º 0.82% 0.6% -
HSV(B) 282.86º 0.71% 0.93% -
XYZ 38.4 21.19 82.19 -
YUV 124.03 191.76 174.34 -
System Red Green Blue C M Y K H S L
Decimal 189 69 237 0.20 0.71 0 0.07 282.86 0.82 0.6
Hex BD 45 ED 14 47 0 7 11B 52 3C
Octal 275 105 355 24 107 0 7 433 122 74
Binary 10111101 1000101 11101101 10100 1000111 0 111 100011011 1010010 111100

Color Harmonies of #BD45ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD45ED

Black with #BD45ED

Text Example


Text Example

White with #BD45ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD45ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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