Html Css Color HEX #B05AFE Medium Orchid

📋 copy color: '#B05AFE'

red 176 ◦ green 90 ◦ blue 254

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

Shades of Medium Orchid #B05AFE

Tints of Medium Orchid #B05AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 33.85%
G = 17.31%
B = 48.85%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B05AFE (or 0xB05AFE) is known color: Medium Orchid. HEX triplet: B0, 5A and FE. RGB value is (176,90,254). Sum of RGB (Red+Green+Blue) = 176+90+254=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #B05AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05AFE is #4FA501. Grayscale: #858585. Windows color (decimal): -5219586 or 16669360. OLE color: 16669360.

HSL color Cylindrical-coordinate representation of color #B05AFE: hue angle of 271.46º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B05AFE is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 90 254 -
CMYK 0.31 0.65 0 0.00
HSL 271.46º 0.99% 0.67% -
HSV(B) 271.46º 0.65% 1% -
XYZ 39.45 23.7 96.26 -
YUV 134.41 195.49 157.66 -
System Red Green Blue C M Y K H S L
Decimal 176 90 254 0.31 0.65 0 0.00 271.46 0.99 0.67
Hex B0 5A FE 1F 41 0 0 10F 63 43
Octal 260 132 376 37 101 0 0 417 143 103
Binary 10110000 1011010 11111110 11111 1000001 0 0 100001111 1100011 1000011

Color Harmonies of #B05AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AFE

Black with #B05AFE

Text Example


Text Example

White with #B05AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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