Html Css Color HEX #B05BFC Medium Orchid

📋 copy color: '#B05BFC'

red 176 ◦ green 91 ◦ blue 252

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

Shades of Medium Orchid #B05BFC

Tints of Medium Orchid #B05BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 33.91%
G = 17.53%
B = 48.55%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B05BFC (or 0xB05BFC) is known color: Medium Orchid. HEX triplet: B0, 5B and FC. RGB value is (176,91,252). Sum of RGB (Red+Green+Blue) = 176+91+252=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #B05BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05BFC is #4FA403. Grayscale: #868686. Windows color (decimal): -5219332 or 16538544. OLE color: 16538544.

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

Color convert

RGB 176 91 252 -
CMYK 0.30 0.64 0 0.01
HSL 271.68º 0.96% 0.67% -
HSV(B) 271.68º 0.64% 0.99% -
XYZ 39.22 23.74 94.61 -
YUV 134.77 194.16 157.41 -
System Red Green Blue C M Y K H S L
Decimal 176 91 252 0.30 0.64 0 0.01 271.68 0.96 0.67
Hex B0 5B FC 1E 40 0 1 110 60 43
Octal 260 133 374 36 100 0 1 420 140 103
Binary 10110000 1011011 11111100 11110 1000000 0 1 100010000 1100000 1000011

Color Harmonies of #B05BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BFC

Black with #B05BFC

Text Example


Text Example

White with #B05BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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