Html Css Color HEX #B261DA Medium Orchid

📋 copy color: '#B261DA'

red 178 ◦ green 97 ◦ blue 218

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

Shades of Medium Orchid #B261DA

Tints of Medium Orchid #B261DA

RGB

 RED value IS 178 (69.92% from 255) = 36.11%

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

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

R = 36.11%
G = 19.68%
B = 44.22%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B261DA (or 0xB261DA) is known color: Medium Orchid. HEX triplet: B2, 61 and DA. RGB value is (178,97,218). Sum of RGB (Red+Green+Blue) = 178+97+218=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #B261DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261DA is #4D9E25. Grayscale: #868686. Windows color (decimal): -5086758 or 14311858. OLE color: 14311858.

HSL color Cylindrical-coordinate representation of color #B261DA: hue angle of 280.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 #B261DA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 97 218 -
CMYK 0.18 0.56 0 0.15
HSL 280.17º 0.62% 0.62% -
HSV(B) 280.17º 0.56% 0.85% -
XYZ 35.29 23.08 68.92 -
YUV 135.01 174.84 158.66 -
System Red Green Blue C M Y K H S L
Decimal 178 97 218 0.18 0.56 0 0.15 280.17 0.62 0.62
Hex B2 61 DA 12 38 0 F 118 3E 3E
Octal 262 141 332 22 70 0 17 430 76 76
Binary 10110010 1100001 11011010 10010 111000 0 1111 100011000 111110 111110

Color Harmonies of #B261DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B261DA

Black with #B261DA

Text Example


Text Example

White with #B261DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B261DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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