Html Css Color HEX #B262EF Medium Orchid

📋 copy color: '#B262EF'

red 178 ◦ green 98 ◦ blue 239

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

Shades of Medium Orchid #B262EF

Tints of Medium Orchid #B262EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 34.56%
G = 19.03%
B = 46.41%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B262EF (or 0xB262EF) is known color: Medium Orchid. HEX triplet: B2, 62 and EF. RGB value is (178,98,239). Sum of RGB (Red+Green+Blue) = 178+98+239=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #B262EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B262EF is #4D9D10. Grayscale: #898989. Windows color (decimal): -5086481 or 15688370. OLE color: 15688370.

HSL color Cylindrical-coordinate representation of color #B262EF: hue angle of 274.04º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B262EF is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 98 239 -
CMYK 0.26 0.59 0 0.06
HSL 274.04º 0.82% 0.66% -
HSV(B) 274.04º 0.59% 0.94% -
XYZ 38.31 24.43 84.36 -
YUV 137.99 185 156.54 -
System Red Green Blue C M Y K H S L
Decimal 178 98 239 0.26 0.59 0 0.06 274.04 0.82 0.66
Hex B2 62 EF 1A 3B 0 6 112 52 42
Octal 262 142 357 32 73 0 6 422 122 102
Binary 10110010 1100010 11101111 11010 111011 0 110 100010010 1010010 1000010

Color Harmonies of #B262EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B262EF

Black with #B262EF

Text Example


Text Example

White with #B262EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B262EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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