Html Css Color HEX #B05DF8 Medium Orchid

📋 copy color: '#B05DF8'

red 176 ◦ green 93 ◦ blue 248

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

Shades of Medium Orchid #B05DF8

Tints of Medium Orchid #B05DF8

RGB

 RED value IS 176 (69.14% from 255) = 34.04%

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

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

R = 34.04%
G = 17.99%
B = 47.97%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B05DF8 (or 0xB05DF8) is known color: Medium Orchid. HEX triplet: B0, 5D and F8. RGB value is (176,93,248). Sum of RGB (Red+Green+Blue) = 176+93+248=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #B05DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05DF8 is #4FA207. Grayscale: #868686. Windows color (decimal): -5218824 or 16276912. OLE color: 16276912.

HSL color Cylindrical-coordinate representation of color #B05DF8: hue angle of 272.13º 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 #B05DF8 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 93 248 -
CMYK 0.29 0.62 0 0.03
HSL 272.13º 0.92% 0.67% -
HSV(B) 272.13º 0.63% 0.97% -
XYZ 38.76 23.84 91.36 -
YUV 135.49 191.5 156.9 -
System Red Green Blue C M Y K H S L
Decimal 176 93 248 0.29 0.62 0 0.03 272.13 0.92 0.67
Hex B0 5D F8 1D 3E 0 3 110 5C 43
Octal 260 135 370 35 76 0 3 420 134 103
Binary 10110000 1011101 11111000 11101 111110 0 11 100010000 1011100 1000011

Color Harmonies of #B05DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DF8

Black with #B05DF8

Text Example


Text Example

White with #B05DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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