Html Css Color HEX #B262EC Medium Orchid

📋 copy color: '#B262EC'

red 178 ◦ green 98 ◦ blue 236

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

Shades of Medium Orchid #B262EC

Tints of Medium Orchid #B262EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.14%

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 34.77%
G = 19.14%
B = 46.09%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B262EC (or 0xB262EC) is known color: Medium Orchid. HEX triplet: B2, 62 and EC. RGB value is (178,98,236). Sum of RGB (Red+Green+Blue) = 178+98+236=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #B262EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B262EC is #4D9D13. Grayscale: #898989. Windows color (decimal): -5086484 or 15491762. OLE color: 15491762.

HSL color Cylindrical-coordinate representation of color #B262EC: hue angle of 274.78º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B262EC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 98 236 -
CMYK 0.25 0.58 0 0.07
HSL 274.78º 0.78% 0.65% -
HSV(B) 274.78º 0.58% 0.93% -
XYZ 37.87 24.26 82.04 -
YUV 137.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 178 98 236 0.25 0.58 0 0.07 274.78 0.78 0.65
Hex B2 62 EC 19 3A 0 7 113 4E 41
Octal 262 142 354 31 72 0 7 423 116 101
Binary 10110010 1100010 11101100 11001 111010 0 111 100010011 1001110 1000001

Color Harmonies of #B262EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B262EC

Black with #B262EC

Text Example


Text Example

White with #B262EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B262EC; }

 p { color: rgb(178,98,236); }

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

background-color css

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

 a { background-color: rgb(178,98,236); }

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

border-color css

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

 span { border-color: rgb(178,98,236); }

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