Html Css Color HEX #B45EEE Medium Orchid

📋 copy color: '#B45EEE'

red 180 ◦ green 94 ◦ blue 238

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

Shades of Medium Orchid #B45EEE

Tints of Medium Orchid #B45EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 35.16%
G = 18.36%
B = 46.48%

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

#B45EEE (or 0xB45EEE) is known color: Medium Orchid. HEX triplet: B4, 5E and EE. RGB value is (180,94,238). Sum of RGB (Red+Green+Blue) = 180+94+238=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #B45EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45EEE is #4BA111. Grayscale: #878787. Windows color (decimal): -4956434 or 15621812. OLE color: 15621812.

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

Color convert

RGB 180 94 238 -
CMYK 0.24 0.61 0 0.07
HSL 275.83º 0.81% 0.65% -
HSV(B) 275.83º 0.61% 0.93% -
XYZ 38.26 23.88 83.48 -
YUV 136.13 185.49 159.29 -
System Red Green Blue C M Y K H S L
Decimal 180 94 238 0.24 0.61 0 0.07 275.83 0.81 0.65
Hex B4 5E EE 18 3D 0 7 114 51 41
Octal 264 136 356 30 75 0 7 424 121 101
Binary 10110100 1011110 11101110 11000 111101 0 111 100010100 1010001 1000001

Color Harmonies of #B45EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45EEE

Black with #B45EEE

Text Example


Text Example

White with #B45EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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