Html Css Color HEX #B45DFE Medium Orchid

📋 copy color: '#B45DFE'

red 180 ◦ green 93 ◦ blue 254

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

Shades of Medium Orchid #B45DFE

Tints of Medium Orchid #B45DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.65%

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 34.16%
G = 17.65%
B = 48.2%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B45DFE (or 0xB45DFE) is known color: Medium Orchid. HEX triplet: B4, 5D and FE. RGB value is (180,93,254). Sum of RGB (Red+Green+Blue) = 180+93+254=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #B45DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45DFE is #4BA201. Grayscale: #888888. Windows color (decimal): -4956674 or 16670132. OLE color: 16670132.

HSL color Cylindrical-coordinate representation of color #B45DFE: hue angle of 272.42º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B45DFE is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 93 254 -
CMYK 0.29 0.63 0 0.00
HSL 272.42º 0.99% 0.68% -
HSV(B) 272.42º 0.63% 1% -
XYZ 40.63 24.69 96.39 -
YUV 137.37 193.82 158.41 -
System Red Green Blue C M Y K H S L
Decimal 180 93 254 0.29 0.63 0 0.00 272.42 0.99 0.68
Hex B4 5D FE 1D 3F 0 0 110 63 44
Octal 264 135 376 35 77 0 0 420 143 104
Binary 10110100 1011101 11111110 11101 111111 0 0 100010000 1100011 1000100

Color Harmonies of #B45DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DFE

Black with #B45DFE

Text Example


Text Example

White with #B45DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DFE; }

 p { color: rgb(180,93,254); }

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

background-color css

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

 a { background-color: rgb(180,93,254); }

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

border-color css

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

 span { border-color: rgb(180,93,254); }

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