Html Css Color HEX #B263EC Medium Orchid

📋 copy color: '#B263EC'

red 178 ◦ green 99 ◦ blue 236

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

Shades of Medium Orchid #B263EC

Tints of Medium Orchid #B263EC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.3%

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

R = 34.7%
G = 19.3%
B = 46%

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

#B263EC (or 0xB263EC) is known color: Medium Orchid. HEX triplet: B2, 63 and EC. RGB value is (178,99,236). Sum of RGB (Red+Green+Blue) = 178+99+236=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #B263EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B263EC is #4D9C13. Grayscale: #898989. Windows color (decimal): -5086228 or 15492018. OLE color: 15492018.

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

Color convert

RGB 178 99 236 -
CMYK 0.25 0.58 0 0.07
HSL 274.6º 0.78% 0.66% -
HSV(B) 274.6º 0.58% 0.93% -
XYZ 37.96 24.44 82.07 -
YUV 138.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 178 99 236 0.25 0.58 0 0.07 274.6 0.78 0.66
Hex B2 63 EC 19 3A 0 7 113 4E 42
Octal 262 143 354 31 72 0 7 423 116 102
Binary 10110010 1100011 11101100 11001 111010 0 111 100010011 1001110 1000010

Color Harmonies of #B263EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263EC

Black with #B263EC

Text Example


Text Example

White with #B263EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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