Html Css Color HEX #B45DE6 Medium Orchid

📋 copy color: '#B45DE6'

red 180 ◦ green 93 ◦ blue 230

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

Shades of Medium Orchid #B45DE6

Tints of Medium Orchid #B45DE6

RGB

 RED value IS 180 (70.7% from 255) = 35.79%

 GREEN value IS 93 (36.72% from 255) = 18.49%

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

R = 35.79%
G = 18.49%
B = 45.73%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B45DE6 (or 0xB45DE6) is known color: Medium Orchid. HEX triplet: B4, 5D and E6. RGB value is (180,93,230). Sum of RGB (Red+Green+Blue) = 180+93+230=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #B45DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45DE6 is #4BA219. Grayscale: #868686. Windows color (decimal): -4956698 or 15097268. OLE color: 15097268.

HSL color Cylindrical-coordinate representation of color #B45DE6: hue angle of 278.1º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B45DE6 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 93 230 -
CMYK 0.22 0.60 0 0.10
HSL 278.1º 0.73% 0.63% -
HSV(B) 278.1º 0.6% 0.9% -
XYZ 37.02 23.25 77.4 -
YUV 134.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 180 93 230 0.22 0.60 0 0.10 278.1 0.73 0.63
Hex B4 5D E6 16 3C 0 A 116 49 3F
Octal 264 135 346 26 74 0 12 426 111 77
Binary 10110100 1011101 11100110 10110 111100 0 1010 100010110 1001001 111111

Color Harmonies of #B45DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DE6

Black with #B45DE6

Text Example


Text Example

White with #B45DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DE6; }

 p { color: rgb(180,93,230); }

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

background-color css

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

 a { background-color: rgb(180,93,230); }

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

border-color css

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

 span { border-color: rgb(180,93,230); }

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