Html Css Color HEX #B45DF8 Medium Orchid

📋 copy color: '#B45DF8'

red 180 ◦ green 93 ◦ blue 248

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

Shades of Medium Orchid #B45DF8

Tints of Medium Orchid #B45DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.6%

R = 34.55%
G = 17.85%
B = 47.6%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B45DF8 (or 0xB45DF8) is known color: Medium Orchid. HEX triplet: B4, 5D and F8. RGB value is (180,93,248). Sum of RGB (Red+Green+Blue) = 180+93+248=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #B45DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45DF8 is #4BA207. Grayscale: #888888. Windows color (decimal): -4956680 or 16276916. OLE color: 16276916.

HSL color Cylindrical-coordinate representation of color #B45DF8: hue angle of 273.68º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B45DF8 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 93 248 -
CMYK 0.27 0.62 0 0.03
HSL 273.68º 0.92% 0.67% -
HSV(B) 273.68º 0.63% 0.97% -
XYZ 39.68 24.31 91.41 -
YUV 136.68 190.82 158.9 -
System Red Green Blue C M Y K H S L
Decimal 180 93 248 0.27 0.62 0 0.03 273.68 0.92 0.67
Hex B4 5D F8 1B 3E 0 3 112 5C 43
Octal 264 135 370 33 76 0 3 422 134 103
Binary 10110100 1011101 11111000 11011 111110 0 11 100010010 1011100 1000011

Color Harmonies of #B45DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45DF8

Black with #B45DF8

Text Example


Text Example

White with #B45DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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