Html Css Color HEX #B263DF Medium Orchid

📋 copy color: '#B263DF'

red 178 ◦ green 99 ◦ blue 223

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

Shades of Medium Orchid #B263DF

Tints of Medium Orchid #B263DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 35.6%
G = 19.8%
B = 44.6%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B263DF (or 0xB263DF) is known color: Medium Orchid. HEX triplet: B2, 63 and DF. RGB value is (178,99,223). Sum of RGB (Red+Green+Blue) = 178+99+223=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #B263DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263DF is #4D9C20. Grayscale: #888888. Windows color (decimal): -5086241 or 14640050. OLE color: 14640050.

HSL color Cylindrical-coordinate representation of color #B263DF: hue angle of 278.23º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B263DF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 99 223 -
CMYK 0.20 0.56 0 0.13
HSL 278.23º 0.66% 0.63% -
HSV(B) 278.23º 0.56% 0.87% -
XYZ 36.14 23.72 72.48 -
YUV 136.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 178 99 223 0.20 0.56 0 0.13 278.23 0.66 0.63
Hex B2 63 DF 14 38 0 D 116 42 3F
Octal 262 143 337 24 70 0 15 426 102 77
Binary 10110010 1100011 11011111 10100 111000 0 1101 100010110 1000010 111111

Color Harmonies of #B263DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263DF

Black with #B263DF

Text Example


Text Example

White with #B263DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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