Html Css Color HEX #B05BFB Medium Orchid

📋 copy color: '#B05BFB'

red 176 ◦ green 91 ◦ blue 251

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

Shades of Medium Orchid #B05BFB

Tints of Medium Orchid #B05BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 33.98%
G = 17.57%
B = 48.46%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B05BFB (or 0xB05BFB) is known color: Medium Orchid. HEX triplet: B0, 5B and FB. RGB value is (176,91,251). Sum of RGB (Red+Green+Blue) = 176+91+251=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #B05BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05BFB is #4FA404. Grayscale: #868686. Windows color (decimal): -5219333 or 16473008. OLE color: 16473008.

HSL color Cylindrical-coordinate representation of color #B05BFB: hue angle of 271.88º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B05BFB is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 91 251 -
CMYK 0.30 0.64 0 0.02
HSL 271.88º 0.95% 0.67% -
HSV(B) 271.88º 0.64% 0.98% -
XYZ 39.06 23.68 93.78 -
YUV 134.66 193.66 157.49 -
System Red Green Blue C M Y K H S L
Decimal 176 91 251 0.30 0.64 0 0.02 271.88 0.95 0.67
Hex B0 5B FB 1E 40 0 2 110 5F 43
Octal 260 133 373 36 100 0 2 420 137 103
Binary 10110000 1011011 11111011 11110 1000000 0 10 100010000 1011111 1000011

Color Harmonies of #B05BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BFB

Black with #B05BFB

Text Example


Text Example

White with #B05BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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