Html Css Color HEX #B45BEC Medium Orchid

📋 copy color: '#B45BEC'

red 180 ◦ green 91 ◦ blue 236

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

Shades of Medium Orchid #B45BEC

Tints of Medium Orchid #B45BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 35.5%
G = 17.95%
B = 46.55%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B45BEC (or 0xB45BEC) is known color: Medium Orchid. HEX triplet: B4, 5B and EC. RGB value is (180,91,236). Sum of RGB (Red+Green+Blue) = 180+91+236=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #B45BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45BEC is #4BA413. Grayscale: #858585. Windows color (decimal): -4957204 or 15489972. OLE color: 15489972.

HSL color Cylindrical-coordinate representation of color #B45BEC: hue angle of 276.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B45BEC is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 91 236 -
CMYK 0.24 0.61 0 0.07
HSL 276.83º 0.79% 0.64% -
HSV(B) 276.83º 0.61% 0.93% -
XYZ 37.7 23.24 81.86 -
YUV 134.14 185.49 160.71 -
System Red Green Blue C M Y K H S L
Decimal 180 91 236 0.24 0.61 0 0.07 276.83 0.79 0.64
Hex B4 5B EC 18 3D 0 7 115 4F 40
Octal 264 133 354 30 75 0 7 425 117 100
Binary 10110100 1011011 11101100 11000 111101 0 111 100010101 1001111 1000000

Color Harmonies of #B45BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45BEC

Black with #B45BEC

Text Example


Text Example

White with #B45BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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