Html Css Color HEX #B45BE5 Medium Orchid

📋 copy color: '#B45BE5'

red 180 ◦ green 91 ◦ blue 229

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

Shades of Medium Orchid #B45BE5

Tints of Medium Orchid #B45BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.8%

R = 36%
G = 18.2%
B = 45.8%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B45BE5 (or 0xB45BE5) is known color: Medium Orchid. HEX triplet: B4, 5B and E5. RGB value is (180,91,229). Sum of RGB (Red+Green+Blue) = 180+91+229=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #B45BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BE5 is #4BA41A. Grayscale: #848484. Windows color (decimal): -4957211 or 15031220. OLE color: 15031220.

HSL color Cylindrical-coordinate representation of color #B45BE5: hue angle of 278.7º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B45BE5 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 91 229 -
CMYK 0.21 0.60 0 0.10
HSL 278.7º 0.73% 0.63% -
HSV(B) 278.7º 0.6% 0.9% -
XYZ 36.71 22.84 76.6 -
YUV 133.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 180 91 229 0.21 0.60 0 0.10 278.7 0.73 0.63
Hex B4 5B E5 15 3C 0 A 117 49 3F
Octal 264 133 345 25 74 0 12 427 111 77
Binary 10110100 1011011 11100101 10101 111100 0 1010 100010111 1001001 111111

Color Harmonies of #B45BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45BE5

Black with #B45BE5

Text Example


Text Example

White with #B45BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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