Html Css Color HEX #B263CE Medium Orchid

📋 copy color: '#B263CE'

red 178 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #B263CE

Tints of Medium Orchid #B263CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 36.85%
G = 20.5%
B = 42.65%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B263CE (or 0xB263CE) is known color: Medium Orchid. HEX triplet: B2, 63 and CE. RGB value is (178,99,206). Sum of RGB (Red+Green+Blue) = 178+99+206=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #B263CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263CE is #4D9C31. Grayscale: #868686. Windows color (decimal): -5086258 or 13525938. OLE color: 13525938.

HSL color Cylindrical-coordinate representation of color #B263CE: hue angle of 284.3º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B263CE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 99 206 -
CMYK 0.14 0.52 0 0.19
HSL 284.3º 0.52% 0.6% -
HSV(B) 284.3º 0.52% 0.81% -
XYZ 33.96 22.84 61.01 -
YUV 134.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 178 99 206 0.14 0.52 0 0.19 284.3 0.52 0.6
Hex B2 63 CE E 34 0 13 11C 34 3C
Octal 262 143 316 16 64 0 23 434 64 74
Binary 10110010 1100011 11001110 1110 110100 0 10011 100011100 110100 111100

Color Harmonies of #B263CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263CE

Black with #B263CE

Text Example


Text Example

White with #B263CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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