Html Css Color HEX #B45CEC Medium Orchid

📋 copy color: '#B45CEC'

red 180 ◦ green 92 ◦ blue 236

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

Shades of Medium Orchid #B45CEC

Tints of Medium Orchid #B45CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.11%

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

R = 35.43%
G = 18.11%
B = 46.46%

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

#B45CEC (or 0xB45CEC) is known color: Medium Orchid. HEX triplet: B4, 5C and EC. RGB value is (180,92,236). Sum of RGB (Red+Green+Blue) = 180+92+236=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #B45CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45CEC is #4BA313. Grayscale: #868686. Windows color (decimal): -4956948 or 15490228. OLE color: 15490228.

HSL color Cylindrical-coordinate representation of color #B45CEC: hue angle of 276.67º 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 #B45CEC is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 92 236 -
CMYK 0.24 0.61 0 0.07
HSL 276.67º 0.79% 0.64% -
HSV(B) 276.67º 0.61% 0.93% -
XYZ 37.79 23.41 81.88 -
YUV 134.73 185.15 160.29 -
System Red Green Blue C M Y K H S L
Decimal 180 92 236 0.24 0.61 0 0.07 276.67 0.79 0.64
Hex B4 5C EC 18 3D 0 7 115 4F 40
Octal 264 134 354 30 75 0 7 425 117 100
Binary 10110100 1011100 11101100 11000 111101 0 111 100010101 1001111 1000000

Color Harmonies of #B45CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45CEC

Black with #B45CEC

Text Example


Text Example

White with #B45CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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