Html Css Color HEX #B263CC Medium Orchid

📋 copy color: '#B263CC'

red 178 ◦ green 99 ◦ blue 204

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

Shades of Medium Orchid #B263CC

Tints of Medium Orchid #B263CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 37.01%
G = 20.58%
B = 42.41%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B263CC (or 0xB263CC) is known color: Medium Orchid. HEX triplet: B2, 63 and CC. RGB value is (178,99,204). Sum of RGB (Red+Green+Blue) = 178+99+204=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #B263CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263CC is #4D9C33. Grayscale: #868686. Windows color (decimal): -5086260 or 13394866. OLE color: 13394866.

HSL color Cylindrical-coordinate representation of color #B263CC: hue angle of 285.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B263CC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 99 204 -
CMYK 0.13 0.51 0 0.2
HSL 285.14º 0.51% 0.59% -
HSV(B) 285.14º 0.51% 0.8% -
XYZ 33.72 22.75 59.74 -
YUV 134.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 178 99 204 0.13 0.51 0 0.2 285.14 0.51 0.59
Hex B2 63 CC D 33 0 14 11D 33 3B
Octal 262 143 314 15 63 0 24 435 63 73
Binary 10110010 1100011 11001100 1101 110011 0 10100 100011101 110011 111011

Color Harmonies of #B263CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263CC

Black with #B263CC

Text Example


Text Example

White with #B263CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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