Html Css Color HEX #B45AD3 Medium Orchid

📋 copy color: '#B45AD3'

red 180 ◦ green 90 ◦ blue 211

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

Shades of Medium Orchid #B45AD3

Tints of Medium Orchid #B45AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.87%

R = 37.42%
G = 18.71%
B = 43.87%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B45AD3 (or 0xB45AD3) is known color: Medium Orchid. HEX triplet: B4, 5A and D3. RGB value is (180,90,211). Sum of RGB (Red+Green+Blue) = 180+90+211=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 211 - color contains mainly: blue. Hex color #B45AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45AD3 is #4BA52C. Grayscale: #828282. Windows color (decimal): -4957485 or 13851316. OLE color: 13851316.

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

Color convert

RGB 180 90 211 -
CMYK 0.15 0.57 0 0.17
HSL 284.63º 0.58% 0.59% -
HSV(B) 284.63º 0.57% 0.83% -
XYZ 34.24 21.72 64.02 -
YUV 130.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 180 90 211 0.15 0.57 0 0.17 284.63 0.58 0.59
Hex B4 5A D3 F 39 0 11 11D 3A 3B
Octal 264 132 323 17 71 0 21 435 72 73
Binary 10110100 1011010 11010011 1111 111001 0 10001 100011101 111010 111011

Color Harmonies of #B45AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45AD3

Black with #B45AD3

Text Example


Text Example

White with #B45AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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