Html Css Color HEX #B05BFF Medium Orchid

📋 copy color: '#B05BFF'

red 176 ◦ green 91 ◦ blue 255

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

Shades of Medium Orchid #B05BFF

Tints of Medium Orchid #B05BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.43%

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

R = 33.72%
G = 17.43%
B = 48.85%

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

#B05BFF (or 0xB05BFF) is known color: Medium Orchid. HEX triplet: B0, 5B and FF. RGB value is (176,91,255). Sum of RGB (Red+Green+Blue) = 176+91+255=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #B05BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05BFF is #4FA400. Grayscale: #868686. Windows color (decimal): -5219329 or 16735152. OLE color: 16735152.

HSL color Cylindrical-coordinate representation of color #B05BFF: hue angle of 271.1º 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 #B05BFF is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 91 255 -
CMYK 0.31 0.64 0 0
HSL 271.1º 1% 0.68% -
HSV(B) 271.1º 0.64% 1% -
XYZ 39.7 23.93 97.13 -
YUV 135.11 195.66 157.16 -
System Red Green Blue C M Y K H S L
Decimal 176 91 255 0.31 0.64 0 0 271.1 1 0.68
Hex B0 5B FF 1F 40 0 0 10F 64 44
Octal 260 133 377 37 100 0 0 417 144 104
Binary 10110000 1011011 11111111 11111 1000000 0 0 100001111 1100100 1000100

Color Harmonies of #B05BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BFF

Black with #B05BFF

Text Example


Text Example

White with #B05BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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