Html Css Color HEX #B05AF1 Medium Orchid

📋 copy color: '#B05AF1'

red 176 ◦ green 90 ◦ blue 241

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

Shades of Medium Orchid #B05AF1

Tints of Medium Orchid #B05AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.53%

R = 34.71%
G = 17.75%
B = 47.53%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B05AF1 (or 0xB05AF1) is known color: Medium Orchid. HEX triplet: B0, 5A and F1. RGB value is (176,90,241). Sum of RGB (Red+Green+Blue) = 176+90+241=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #B05AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05AF1 is #4FA50E. Grayscale: #848484. Windows color (decimal): -5219599 or 15817392. OLE color: 15817392.

HSL color Cylindrical-coordinate representation of color #B05AF1: hue angle of 274.17º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B05AF1 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 90 241 -
CMYK 0.27 0.63 0 0.05
HSL 274.17º 0.84% 0.65% -
HSV(B) 274.17º 0.63% 0.95% -
XYZ 37.44 22.89 85.66 -
YUV 132.93 188.99 158.72 -
System Red Green Blue C M Y K H S L
Decimal 176 90 241 0.27 0.63 0 0.05 274.17 0.84 0.65
Hex B0 5A F1 1B 3F 0 5 112 54 41
Octal 260 132 361 33 77 0 5 422 124 101
Binary 10110000 1011010 11110001 11011 111111 0 101 100010010 1010100 1000001

Color Harmonies of #B05AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AF1

Black with #B05AF1

Text Example


Text Example

White with #B05AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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