Html Css Color HEX #B05AFF Medium Orchid

📋 copy color: '#B05AFF'

red 176 ◦ green 90 ◦ blue 255

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

Shades of Medium Orchid #B05AFF

Tints of Medium Orchid #B05AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.27%

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

R = 33.78%
G = 17.27%
B = 48.94%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B05AFF (or 0xB05AFF) is known color: Medium Orchid. HEX triplet: B0, 5A and FF. RGB value is (176,90,255). Sum of RGB (Red+Green+Blue) = 176+90+255=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #B05AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05AFF is #4FA500. Grayscale: #858585. Windows color (decimal): -5219585 or 16734896. OLE color: 16734896.

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

Color convert

RGB 176 90 255 -
CMYK 0.31 0.65 0 0
HSL 271.27º 1% 0.68% -
HSV(B) 271.27º 0.65% 1% -
XYZ 39.61 23.76 97.11 -
YUV 134.52 195.99 157.58 -
System Red Green Blue C M Y K H S L
Decimal 176 90 255 0.31 0.65 0 0 271.27 1 0.68
Hex B0 5A FF 1F 41 0 0 10F 64 44
Octal 260 132 377 37 101 0 0 417 144 104
Binary 10110000 1011010 11111111 11111 1000001 0 0 100001111 1100100 1000100

Color Harmonies of #B05AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AFF

Black with #B05AFF

Text Example


Text Example

White with #B05AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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