Html Css Color HEX #B763DB Medium Orchid

📋 copy color: '#B763DB'

red 183 ◦ green 99 ◦ blue 219

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

Shades of Medium Orchid #B763DB

Tints of Medium Orchid #B763DB

RGB

 RED value IS 183 (71.88% from 255) = 36.53%

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

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

R = 36.53%
G = 19.76%
B = 43.71%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B763DB (or 0xB763DB) is known color: Medium Orchid. HEX triplet: B7, 63 and DB. RGB value is (183,99,219). Sum of RGB (Red+Green+Blue) = 183+99+219=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #B763DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B763DB is #489C24. Grayscale: #898989. Windows color (decimal): -4758565 or 14377911. OLE color: 14377911.

HSL color Cylindrical-coordinate representation of color #B763DB: hue angle of 282º 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 #B763DB is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 99 219 -
CMYK 0.16 0.55 0 0.14
HSL 282º 0.63% 0.62% -
HSV(B) 282º 0.55% 0.86% -
XYZ 36.78 24.11 69.73 -
YUV 137.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 183 99 219 0.16 0.55 0 0.14 282 0.63 0.62
Hex B7 63 DB 10 37 0 E 11A 3E 3E
Octal 267 143 333 20 67 0 16 432 76 76
Binary 10110111 1100011 11011011 10000 110111 0 1110 100011010 111110 111110

Color Harmonies of #B763DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B763DB

Black with #B763DB

Text Example


Text Example

White with #B763DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B763DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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