Html Css Color HEX #B05AFB Medium Orchid

📋 copy color: '#B05AFB'

red 176 ◦ green 90 ◦ blue 251

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

Shades of Medium Orchid #B05AFB

Tints of Medium Orchid #B05AFB

RGB

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

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

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

R = 34.04%
G = 17.41%
B = 48.55%

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

#B05AFB (or 0xB05AFB) is known color: Medium Orchid. HEX triplet: B0, 5A and FB. RGB value is (176,90,251). Sum of RGB (Red+Green+Blue) = 176+90+251=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #B05AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05AFB is #4FA504. Grayscale: #858585. Windows color (decimal): -5219589 or 16472752. OLE color: 16472752.

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

Color convert

RGB 176 90 251 -
CMYK 0.30 0.64 0 0.02
HSL 272.05º 0.95% 0.67% -
HSV(B) 272.05º 0.64% 0.98% -
XYZ 38.97 23.51 93.75 -
YUV 134.07 193.99 157.91 -
System Red Green Blue C M Y K H S L
Decimal 176 90 251 0.30 0.64 0 0.02 272.05 0.95 0.67
Hex B0 5A FB 1E 40 0 2 110 5F 43
Octal 260 132 373 36 100 0 2 420 137 103
Binary 10110000 1011010 11111011 11110 1000000 0 10 100010000 1011111 1000011

Color Harmonies of #B05AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AFB

Black with #B05AFB

Text Example


Text Example

White with #B05AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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