Html Css Color HEX #B261C7 Medium Orchid

📋 copy color: '#B261C7'

red 178 ◦ green 97 ◦ blue 199

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

Shades of Medium Orchid #B261C7

Tints of Medium Orchid #B261C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.98%

R = 37.55%
G = 20.46%
B = 41.98%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B261C7 (or 0xB261C7) is known color: Medium Orchid. HEX triplet: B2, 61 and C7. RGB value is (178,97,199). Sum of RGB (Red+Green+Blue) = 178+97+199=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 199 - color contains mainly: blue. Hex color #B261C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261C7 is #4D9E38. Grayscale: #848484. Windows color (decimal): -5086777 or 13066674. OLE color: 13066674.

HSL color Cylindrical-coordinate representation of color #B261C7: hue angle of 287.65º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B261C7 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 97 199 -
CMYK 0.11 0.51 0 0.22
HSL 287.65º 0.48% 0.58% -
HSV(B) 287.65º 0.51% 0.78% -
XYZ 32.94 22.14 56.57 -
YUV 132.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 178 97 199 0.11 0.51 0 0.22 287.65 0.48 0.58
Hex B2 61 C7 B 33 0 16 120 30 3A
Octal 262 141 307 13 63 0 26 440 60 72
Binary 10110010 1100001 11000111 1011 110011 0 10110 100100000 110000 111010

Color Harmonies of #B261C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B261C7

Black with #B261C7

Text Example


Text Example

White with #B261C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B261C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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