Html Css Color HEX #B05FFC Medium Orchid

📋 copy color: '#B05FFC'

red 176 ◦ green 95 ◦ blue 252

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

Shades of Medium Orchid #B05FFC

Tints of Medium Orchid #B05FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.16%

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

R = 33.65%
G = 18.16%
B = 48.18%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B05FFC (or 0xB05FFC) is known color: Medium Orchid. HEX triplet: B0, 5F and FC. RGB value is (176,95,252). Sum of RGB (Red+Green+Blue) = 176+95+252=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #B05FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05FFC is #4FA003. Grayscale: #888888. Windows color (decimal): -5218308 or 16539568. OLE color: 16539568.

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

Color convert

RGB 176 95 252 -
CMYK 0.30 0.62 0 0.01
HSL 270.96º 0.96% 0.68% -
HSV(B) 270.96º 0.62% 0.99% -
XYZ 39.57 24.44 94.73 -
YUV 137.12 192.84 155.73 -
System Red Green Blue C M Y K H S L
Decimal 176 95 252 0.30 0.62 0 0.01 270.96 0.96 0.68
Hex B0 5F FC 1E 3E 0 1 10F 60 44
Octal 260 137 374 36 76 0 1 417 140 104
Binary 10110000 1011111 11111100 11110 111110 0 1 100001111 1100000 1000100

Color Harmonies of #B05FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05FFC

Black with #B05FFC

Text Example


Text Example

White with #B05FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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