Html Css Color HEX #B45ECB Medium Orchid

📋 copy color: '#B45ECB'

red 180 ◦ green 94 ◦ blue 203

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

Shades of Medium Orchid #B45ECB

Tints of Medium Orchid #B45ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.71%

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 37.74%
G = 19.71%
B = 42.56%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B45ECB (or 0xB45ECB) is known color: Medium Orchid. HEX triplet: B4, 5E and CB. RGB value is (180,94,203). Sum of RGB (Red+Green+Blue) = 180+94+203=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #B45ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ECB is #4BA134. Grayscale: #838383. Windows color (decimal): -4956469 or 13328052. OLE color: 13328052.

HSL color Cylindrical-coordinate representation of color #B45ECB: hue angle of 287.34º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45ECB is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 94 203 -
CMYK 0.11 0.54 0 0.20
HSL 287.34º 0.51% 0.58% -
HSV(B) 287.34º 0.54% 0.8% -
XYZ 33.6 22.02 58.98 -
YUV 132.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 180 94 203 0.11 0.54 0 0.20 287.34 0.51 0.58
Hex B4 5E CB B 36 0 14 11F 33 3A
Octal 264 136 313 13 66 0 24 437 63 72
Binary 10110100 1011110 11001011 1011 110110 0 10100 100011111 110011 111010

Color Harmonies of #B45ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45ECB

Black with #B45ECB

Text Example


Text Example

White with #B45ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45ECB; }

 p { color: rgb(180,94,203); }

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

background-color css

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

 a { background-color: rgb(180,94,203); }

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

border-color css

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

 span { border-color: rgb(180,94,203); }

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