Html Css Color HEX #B263DB Medium Orchid

📋 copy color: '#B263DB'

red 178 ◦ green 99 ◦ blue 219

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

Shades of Medium Orchid #B263DB

Tints of Medium Orchid #B263DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 35.89%
G = 19.96%
B = 44.15%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B263DB (or 0xB263DB) is known color: Medium Orchid. HEX triplet: B2, 63 and DB. RGB value is (178,99,219). Sum of RGB (Red+Green+Blue) = 178+99+219=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #B263DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263DB is #4D9C24. Grayscale: #878787. Windows color (decimal): -5086245 or 14377906. OLE color: 14377906.

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

Color convert

RGB 178 99 219 -
CMYK 0.19 0.55 0 0.14
HSL 279.5º 0.63% 0.62% -
HSV(B) 279.5º 0.55% 0.86% -
XYZ 35.61 23.5 69.68 -
YUV 136.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 178 99 219 0.19 0.55 0 0.14 279.5 0.63 0.62
Hex B2 63 DB 13 37 0 E 118 3E 3E
Octal 262 143 333 23 67 0 16 430 76 76
Binary 10110010 1100011 11011011 10011 110111 0 1110 100011000 111110 111110

Color Harmonies of #B263DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263DB

Black with #B263DB

Text Example


Text Example

White with #B263DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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