Html Css Color HEX #B061C4 Medium Orchid

📋 copy color: '#B061C4'

red 176 ◦ green 97 ◦ blue 196

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

Shades of Medium Orchid #B061C4

Tints of Medium Orchid #B061C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.79%

R = 37.53%
G = 20.68%
B = 41.79%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B061C4 (or 0xB061C4) is known color: Medium Orchid. HEX triplet: B0, 61 and C4. RGB value is (176,97,196). Sum of RGB (Red+Green+Blue) = 176+97+196=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #B061C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061C4 is #4F9E3B. Grayscale: #838383. Windows color (decimal): -5217852 or 12870064. OLE color: 12870064.

HSL color Cylindrical-coordinate representation of color #B061C4: hue angle of 287.88º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B061C4 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 97 196 -
CMYK 0.10 0.51 0 0.23
HSL 287.88º 0.46% 0.57% -
HSV(B) 287.88º 0.51% 0.77% -
XYZ 32.14 21.77 54.73 -
YUV 131.91 164.17 159.45 -
System Red Green Blue C M Y K H S L
Decimal 176 97 196 0.10 0.51 0 0.23 287.88 0.46 0.57
Hex B0 61 C4 A 33 0 17 120 2E 39
Octal 260 141 304 12 63 0 27 440 56 71
Binary 10110000 1100001 11000100 1010 110011 0 10111 100100000 101110 111001

Color Harmonies of #B061C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B061C4

Black with #B061C4

Text Example


Text Example

White with #B061C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B061C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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