Html Css Color HEX #B061E8 Medium Orchid

📋 copy color: '#B061E8'

red 176 ◦ green 97 ◦ blue 232

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

Shades of Medium Orchid #B061E8

Tints of Medium Orchid #B061E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.94%

R = 34.85%
G = 19.21%
B = 45.94%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B061E8 (or 0xB061E8) is known color: Medium Orchid. HEX triplet: B0, 61 and E8. RGB value is (176,97,232). Sum of RGB (Red+Green+Blue) = 176+97+232=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #B061E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B061E8 is #4F9E17. Grayscale: #878787. Windows color (decimal): -5217816 or 15229360. OLE color: 15229360.

HSL color Cylindrical-coordinate representation of color #B061E8: hue angle of 275.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B061E8 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 97 232 -
CMYK 0.24 0.58 0 0.09
HSL 275.11º 0.75% 0.65% -
HSV(B) 275.11º 0.58% 0.91% -
XYZ 36.74 23.61 78.96 -
YUV 136.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 176 97 232 0.24 0.58 0 0.09 275.11 0.75 0.65
Hex B0 61 E8 18 3A 0 9 113 4B 41
Octal 260 141 350 30 72 0 11 423 113 101
Binary 10110000 1100001 11101000 11000 111010 0 1001 100010011 1001011 1000001

Color Harmonies of #B061E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B061E8

Black with #B061E8

Text Example


Text Example

White with #B061E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B061E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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