Html Css Color HEX #B45BDE Medium Orchid

📋 copy color: '#B45BDE'

red 180 ◦ green 91 ◦ blue 222

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

Shades of Medium Orchid #B45BDE

Tints of Medium Orchid #B45BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.46%

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

R = 36.51%
G = 18.46%
B = 45.03%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B45BDE (or 0xB45BDE) is known color: Medium Orchid. HEX triplet: B4, 5B and DE. RGB value is (180,91,222). Sum of RGB (Red+Green+Blue) = 180+91+222=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #B45BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BDE is #4BA421. Grayscale: #848484. Windows color (decimal): -4957218 or 14572468. OLE color: 14572468.

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

Color convert

RGB 180 91 222 -
CMYK 0.19 0.59 0 0.13
HSL 280.76º 0.66% 0.61% -
HSV(B) 280.76º 0.59% 0.87% -
XYZ 35.75 22.46 71.56 -
YUV 132.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 180 91 222 0.19 0.59 0 0.13 280.76 0.66 0.61
Hex B4 5B DE 13 3B 0 D 119 42 3D
Octal 264 133 336 23 73 0 15 431 102 75
Binary 10110100 1011011 11011110 10011 111011 0 1101 100011001 1000010 111101

Color Harmonies of #B45BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45BDE

Black with #B45BDE

Text Example


Text Example

White with #B45BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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