Html Css Color HEX #B45ADF Medium Orchid

📋 copy color: '#B45ADF'

red 180 ◦ green 90 ◦ blue 223

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

Shades of Medium Orchid #B45ADF

Tints of Medium Orchid #B45ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 36.51%
G = 18.26%
B = 45.23%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B45ADF (or 0xB45ADF) is known color: Medium Orchid. HEX triplet: B4, 5A and DF. RGB value is (180,90,223). Sum of RGB (Red+Green+Blue) = 180+90+223=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #B45ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ADF is #4BA520. Grayscale: #838383. Windows color (decimal): -4957473 or 14637748. OLE color: 14637748.

HSL color Cylindrical-coordinate representation of color #B45ADF: hue angle of 280.6º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B45ADF is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 90 223 -
CMYK 0.19 0.60 0 0.13
HSL 280.6º 0.68% 0.61% -
HSV(B) 280.6º 0.6% 0.87% -
XYZ 35.8 22.34 72.24 -
YUV 132.07 179.32 162.19 -
System Red Green Blue C M Y K H S L
Decimal 180 90 223 0.19 0.60 0 0.13 280.6 0.68 0.61
Hex B4 5A DF 13 3C 0 D 119 44 3D
Octal 264 132 337 23 74 0 15 431 104 75
Binary 10110100 1011010 11011111 10011 111100 0 1101 100011001 1000100 111101

Color Harmonies of #B45ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45ADF

Black with #B45ADF

Text Example


Text Example

White with #B45ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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