Html Css Color HEX #B263C1 Medium Orchid

📋 copy color: '#B263C1'

red 178 ◦ green 99 ◦ blue 193

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

Shades of Medium Orchid #B263C1

Tints of Medium Orchid #B263C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.06%

R = 37.87%
G = 21.06%
B = 41.06%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B263C1 (or 0xB263C1) is known color: Medium Orchid. HEX triplet: B2, 63 and C1. RGB value is (178,99,193). Sum of RGB (Red+Green+Blue) = 178+99+193=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #B263C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263C1 is #4D9C3E. Grayscale: #858585. Windows color (decimal): -5086271 or 12673970. OLE color: 12673970.

HSL color Cylindrical-coordinate representation of color #B263C1: hue angle of 290.43º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B263C1 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 99 193 -
CMYK 0.08 0.49 0 0.24
HSL 290.43º 0.43% 0.57% -
HSV(B) 290.43º 0.49% 0.76% -
XYZ 32.45 22.24 53.03 -
YUV 133.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 178 99 193 0.08 0.49 0 0.24 290.43 0.43 0.57
Hex B2 63 C1 8 31 0 18 122 2B 39
Octal 262 143 301 10 61 0 30 442 53 71
Binary 10110010 1100011 11000001 1000 110001 0 11000 100100010 101011 111001

Color Harmonies of #B263C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263C1

Black with #B263C1

Text Example


Text Example

White with #B263C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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