Html Css Color HEX #B061D3 Medium Orchid

📋 copy color: '#B061D3'

red 176 ◦ green 97 ◦ blue 211

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

Shades of Medium Orchid #B061D3

Tints of Medium Orchid #B061D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.6%

R = 36.36%
G = 20.04%
B = 43.6%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B061D3 (or 0xB061D3) is known color: Medium Orchid. HEX triplet: B0, 61 and D3. RGB value is (176,97,211). Sum of RGB (Red+Green+Blue) = 176+97+211=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #B061D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061D3 is #4F9E2C. Grayscale: #858585. Windows color (decimal): -5217837 or 13853104. OLE color: 13853104.

HSL color Cylindrical-coordinate representation of color #B061D3: hue angle of 281.58º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B061D3 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 97 211 -
CMYK 0.17 0.54 0 0.17
HSL 281.58º 0.56% 0.6% -
HSV(B) 281.58º 0.54% 0.83% -
XYZ 33.94 22.48 64.18 -
YUV 133.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 176 97 211 0.17 0.54 0 0.17 281.58 0.56 0.6
Hex B0 61 D3 11 36 0 11 11A 38 3C
Octal 260 141 323 21 66 0 21 432 70 74
Binary 10110000 1100001 11010011 10001 110110 0 10001 100011010 111000 111100

Color Harmonies of #B061D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B061D3

Black with #B061D3

Text Example


Text Example

White with #B061D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B061D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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