Html Css Color HEX #B05AFC Medium Orchid

📋 copy color: '#B05AFC'

red 176 ◦ green 90 ◦ blue 252

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

Shades of Medium Orchid #B05AFC

Tints of Medium Orchid #B05AFC

RGB

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

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

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

R = 33.98%
G = 17.37%
B = 48.65%

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

#B05AFC (or 0xB05AFC) is known color: Medium Orchid. HEX triplet: B0, 5A and FC. RGB value is (176,90,252). Sum of RGB (Red+Green+Blue) = 176+90+252=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #B05AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05AFC is #4FA503. Grayscale: #858585. Windows color (decimal): -5219588 or 16538288. OLE color: 16538288.

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

Color convert

RGB 176 90 252 -
CMYK 0.30 0.64 0 0.01
HSL 271.85º 0.96% 0.67% -
HSV(B) 271.85º 0.64% 0.99% -
XYZ 39.13 23.57 94.58 -
YUV 134.18 194.49 157.83 -
System Red Green Blue C M Y K H S L
Decimal 176 90 252 0.30 0.64 0 0.01 271.85 0.96 0.67
Hex B0 5A FC 1E 40 0 1 110 60 43
Octal 260 132 374 36 100 0 1 420 140 103
Binary 10110000 1011010 11111100 11110 1000000 0 1 100010000 1100000 1000011

Color Harmonies of #B05AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AFC

Black with #B05AFC

Text Example


Text Example

White with #B05AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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