Html Css Color HEX #B261EA Medium Orchid

📋 copy color: '#B261EA'

red 178 ◦ green 97 ◦ blue 234

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

Shades of Medium Orchid #B261EA

Tints of Medium Orchid #B261EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 34.97%
G = 19.06%
B = 45.97%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B261EA (or 0xB261EA) is known color: Medium Orchid. HEX triplet: B2, 61 and EA. RGB value is (178,97,234). Sum of RGB (Red+Green+Blue) = 178+97+234=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #B261EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B261EA is #4D9E15. Grayscale: #888888. Windows color (decimal): -5086742 or 15360434. OLE color: 15360434.

HSL color Cylindrical-coordinate representation of color #B261EA: hue angle of 275.47º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B261EA is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 97 234 -
CMYK 0.24 0.59 0 0.08
HSL 275.47º 0.77% 0.65% -
HSV(B) 275.47º 0.59% 0.92% -
XYZ 37.49 23.95 80.49 -
YUV 136.84 182.84 157.36 -
System Red Green Blue C M Y K H S L
Decimal 178 97 234 0.24 0.59 0 0.08 275.47 0.77 0.65
Hex B2 61 EA 18 3B 0 8 113 4D 41
Octal 262 141 352 30 73 0 10 423 115 101
Binary 10110010 1100001 11101010 11000 111011 0 1000 100010011 1001101 1000001

Color Harmonies of #B261EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B261EA

Black with #B261EA

Text Example


Text Example

White with #B261EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B261EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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