Html Css Color HEX #B263DD Medium Orchid

📋 copy color: '#B263DD'

red 178 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #B263DD

Tints of Medium Orchid #B263DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 35.74%
G = 19.88%
B = 44.38%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B263DD (or 0xB263DD) is known color: Medium Orchid. HEX triplet: B2, 63 and DD. RGB value is (178,99,221). Sum of RGB (Red+Green+Blue) = 178+99+221=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #B263DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263DD is #4D9C22. Grayscale: #888888. Windows color (decimal): -5086243 or 14508978. OLE color: 14508978.

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

Color convert

RGB 178 99 221 -
CMYK 0.19 0.55 0 0.13
HSL 278.85º 0.64% 0.63% -
HSV(B) 278.85º 0.55% 0.87% -
XYZ 35.87 23.61 71.07 -
YUV 136.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 178 99 221 0.19 0.55 0 0.13 278.85 0.64 0.63
Hex B2 63 DD 13 37 0 D 117 40 3F
Octal 262 143 335 23 67 0 15 427 100 77
Binary 10110010 1100011 11011101 10011 110111 0 1101 100010111 1000000 111111

Color Harmonies of #B263DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263DD

Black with #B263DD

Text Example


Text Example

White with #B263DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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