Html Css Color HEX #B061DA Medium Orchid

📋 copy color: '#B061DA'

red 176 ◦ green 97 ◦ blue 218

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

Shades of Medium Orchid #B061DA

Tints of Medium Orchid #B061DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 35.85%
G = 19.76%
B = 44.4%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B061DA (or 0xB061DA) is known color: Medium Orchid. HEX triplet: B0, 61 and DA. RGB value is (176,97,218). Sum of RGB (Red+Green+Blue) = 176+97+218=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #B061DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061DA is #4F9E25. Grayscale: #868686. Windows color (decimal): -5217830 or 14311856. OLE color: 14311856.

HSL color Cylindrical-coordinate representation of color #B061DA: hue angle of 279.17º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B061DA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 97 218 -
CMYK 0.19 0.56 0 0.15
HSL 279.17º 0.62% 0.62% -
HSV(B) 279.17º 0.56% 0.85% -
XYZ 34.83 22.84 68.9 -
YUV 134.42 175.17 157.66 -
System Red Green Blue C M Y K H S L
Decimal 176 97 218 0.19 0.56 0 0.15 279.17 0.62 0.62
Hex B0 61 DA 13 38 0 F 117 3E 3E
Octal 260 141 332 23 70 0 17 427 76 76
Binary 10110000 1100001 11011010 10011 111000 0 1111 100010111 111110 111110

Color Harmonies of #B061DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B061DA

Black with #B061DA

Text Example


Text Example

White with #B061DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B061DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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