Html Css Color HEX #B45AD8 Medium Orchid

📋 copy color: '#B45AD8'

red 180 ◦ green 90 ◦ blue 216

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

Shades of Medium Orchid #B45AD8

Tints of Medium Orchid #B45AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.52%

 BLUE value IS 216 (84.77% from 255) = 44.44%

R = 37.04%
G = 18.52%
B = 44.44%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B45AD8 (or 0xB45AD8) is known color: Medium Orchid. HEX triplet: B4, 5A and D8. RGB value is (180,90,216). Sum of RGB (Red+Green+Blue) = 180+90+216=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #B45AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45AD8 is #4BA527. Grayscale: #828282. Windows color (decimal): -4957480 or 14178996. OLE color: 14178996.

HSL color Cylindrical-coordinate representation of color #B45AD8: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B45AD8 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 90 216 -
CMYK 0.17 0.58 0 0.15
HSL 282.86º 0.62% 0.6% -
HSV(B) 282.86º 0.58% 0.85% -
XYZ 34.87 21.97 67.37 -
YUV 131.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 180 90 216 0.17 0.58 0 0.15 282.86 0.62 0.6
Hex B4 5A D8 11 3A 0 F 11B 3E 3C
Octal 264 132 330 21 72 0 17 433 76 74
Binary 10110100 1011010 11011000 10001 111010 0 1111 100011011 111110 111100

Color Harmonies of #B45AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45AD8

Black with #B45AD8

Text Example


Text Example

White with #B45AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45AD8; }

 p { color: rgb(180,90,216); }

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

background-color css

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

 a { background-color: rgb(180,90,216); }

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

border-color css

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

 span { border-color: rgb(180,90,216); }

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