Html Css Color HEX #B261D6 Medium Orchid

📋 copy color: '#B261D6'

red 178 ◦ green 97 ◦ blue 214

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

Shades of Medium Orchid #B261D6

Tints of Medium Orchid #B261D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 36.4%
G = 19.84%
B = 43.76%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B261D6 (or 0xB261D6) is known color: Medium Orchid. HEX triplet: B2, 61 and D6. RGB value is (178,97,214). Sum of RGB (Red+Green+Blue) = 178+97+214=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #B261D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261D6 is #4D9E29. Grayscale: #868686. Windows color (decimal): -5086762 or 14049714. OLE color: 14049714.

HSL color Cylindrical-coordinate representation of color #B261D6: hue angle of 281.54º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B261D6 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 97 214 -
CMYK 0.17 0.55 0 0.16
HSL 281.54º 0.59% 0.61% -
HSV(B) 281.54º 0.55% 0.84% -
XYZ 34.77 22.87 66.2 -
YUV 134.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 178 97 214 0.17 0.55 0 0.16 281.54 0.59 0.61
Hex B2 61 D6 11 37 0 10 11A 3B 3D
Octal 262 141 326 21 67 0 20 432 73 75
Binary 10110010 1100001 11010110 10001 110111 0 10000 100011010 111011 111101

Color Harmonies of #B261D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B261D6

Black with #B261D6

Text Example


Text Example

White with #B261D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B261D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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