Html Css Color HEX #B45AD4 Medium Orchid

📋 copy color: '#B45AD4'

red 180 ◦ green 90 ◦ blue 212

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

Shades of Medium Orchid #B45AD4

Tints of Medium Orchid #B45AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.98%

R = 37.34%
G = 18.67%
B = 43.98%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B45AD4 (or 0xB45AD4) is known color: Medium Orchid. HEX triplet: B4, 5A and D4. RGB value is (180,90,212). Sum of RGB (Red+Green+Blue) = 180+90+212=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #B45AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45AD4 is #4BA52B. Grayscale: #828282. Windows color (decimal): -4957484 or 13916852. OLE color: 13916852.

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

Color convert

RGB 180 90 212 -
CMYK 0.15 0.58 0 0.17
HSL 284.26º 0.59% 0.59% -
HSV(B) 284.26º 0.58% 0.83% -
XYZ 34.36 21.77 64.68 -
YUV 130.82 173.82 163.08 -
System Red Green Blue C M Y K H S L
Decimal 180 90 212 0.15 0.58 0 0.17 284.26 0.59 0.59
Hex B4 5A D4 F 3A 0 11 11C 3B 3B
Octal 264 132 324 17 72 0 21 434 73 73
Binary 10110100 1011010 11010100 1111 111010 0 10001 100011100 111011 111011

Color Harmonies of #B45AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45AD4

Black with #B45AD4

Text Example


Text Example

White with #B45AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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