Html Css Color HEX #B45FDE Medium Orchid

📋 copy color: '#B45FDE'

red 180 ◦ green 95 ◦ blue 222

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

Shades of Medium Orchid #B45FDE

Tints of Medium Orchid #B45FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.11%

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 36.22%
G = 19.11%
B = 44.67%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B45FDE (or 0xB45FDE) is known color: Medium Orchid. HEX triplet: B4, 5F and DE. RGB value is (180,95,222). Sum of RGB (Red+Green+Blue) = 180+95+222=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #B45FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45FDE is #4BA021. Grayscale: #868686. Windows color (decimal): -4956194 or 14573492. OLE color: 14573492.

HSL color Cylindrical-coordinate representation of color #B45FDE: hue angle of 280.16º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B45FDE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 95 222 -
CMYK 0.19 0.57 0 0.13
HSL 280.16º 0.66% 0.62% -
HSV(B) 280.16º 0.57% 0.87% -
XYZ 36.1 23.16 71.68 -
YUV 134.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 180 95 222 0.19 0.57 0 0.13 280.16 0.66 0.62
Hex B4 5F DE 13 39 0 D 118 42 3E
Octal 264 137 336 23 71 0 15 430 102 76
Binary 10110100 1011111 11011110 10011 111001 0 1101 100011000 1000010 111110

Color Harmonies of #B45FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45FDE

Black with #B45FDE

Text Example


Text Example

White with #B45FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45FDE; }

 p { color: rgb(180,95,222); }

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

background-color css

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

 a { background-color: rgb(180,95,222); }

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

border-color css

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

 span { border-color: rgb(180,95,222); }

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