Html Css Color HEX #B061E5 Medium Orchid

📋 copy color: '#B061E5'

red 176 ◦ green 97 ◦ blue 229

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

Shades of Medium Orchid #B061E5

Tints of Medium Orchid #B061E5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.32%

 BLUE value IS 229 (89.84% from 255) = 45.62%

R = 35.06%
G = 19.32%
B = 45.62%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B061E5 (or 0xB061E5) is known color: Medium Orchid. HEX triplet: B0, 61 and E5. RGB value is (176,97,229). Sum of RGB (Red+Green+Blue) = 176+97+229=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #B061E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061E5 is #4F9E1A. Grayscale: #878787. Windows color (decimal): -5217819 or 15032752. OLE color: 15032752.

HSL color Cylindrical-coordinate representation of color #B061E5: hue angle of 275.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B061E5 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 97 229 -
CMYK 0.23 0.58 0 0.10
HSL 275.91º 0.72% 0.64% -
HSV(B) 275.91º 0.58% 0.9% -
XYZ 36.32 23.44 76.74 -
YUV 135.67 180.67 156.77 -
System Red Green Blue C M Y K H S L
Decimal 176 97 229 0.23 0.58 0 0.10 275.91 0.72 0.64
Hex B0 61 E5 17 3A 0 A 114 48 40
Octal 260 141 345 27 72 0 12 424 110 100
Binary 10110000 1100001 11100101 10111 111010 0 1010 100010100 1001000 1000000

Color Harmonies of #B061E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B061E5

Black with #B061E5

Text Example


Text Example

White with #B061E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B061E5; }

 p { color: rgb(176,97,229); }

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

background-color css

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

 a { background-color: rgb(176,97,229); }

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

border-color css

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

 span { border-color: rgb(176,97,229); }

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