Html Css Color HEX #B05DFF Medium Orchid

📋 copy color: '#B05DFF'

red 176 ◦ green 93 ◦ blue 255

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

Shades of Medium Orchid #B05DFF

Tints of Medium Orchid #B05DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 33.59%
G = 17.75%
B = 48.66%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B05DFF (or 0xB05DFF) is known color: Medium Orchid. HEX triplet: B0, 5D and FF. RGB value is (176,93,255). Sum of RGB (Red+Green+Blue) = 176+93+255=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #B05DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05DFF is #4FA200. Grayscale: #878787. Windows color (decimal): -5218817 or 16735664. OLE color: 16735664.

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

Color convert

RGB 176 93 255 -
CMYK 0.31 0.64 0 0
HSL 270.74º 1% 0.68% -
HSV(B) 270.74º 0.64% 1% -
XYZ 39.87 24.28 97.19 -
YUV 136.29 195 156.33 -
System Red Green Blue C M Y K H S L
Decimal 176 93 255 0.31 0.64 0 0 270.74 1 0.68
Hex B0 5D FF 1F 40 0 0 10F 64 44
Octal 260 135 377 37 100 0 0 417 144 104
Binary 10110000 1011101 11111111 11111 1000000 0 0 100001111 1100100 1000100

Color Harmonies of #B05DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05DFF

Black with #B05DFF

Text Example


Text Example

White with #B05DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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