Html Css Color HEX #B763E6 Medium Orchid

📋 copy color: '#B763E6'

red 183 ◦ green 99 ◦ blue 230

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

Shades of Medium Orchid #B763E6

Tints of Medium Orchid #B763E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.92%

R = 35.74%
G = 19.34%
B = 44.92%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B763E6 (or 0xB763E6) is known color: Medium Orchid. HEX triplet: B7, 63 and E6. RGB value is (183,99,230). Sum of RGB (Red+Green+Blue) = 183+99+230=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #B763E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B763E6 is #489C19. Grayscale: #8A8A8A. Windows color (decimal): -4758554 or 15098807. OLE color: 15098807.

HSL color Cylindrical-coordinate representation of color #B763E6: hue angle of 278.47º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B763E6 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 99 230 -
CMYK 0.20 0.57 0 0.10
HSL 278.47º 0.72% 0.65% -
HSV(B) 278.47º 0.57% 0.9% -
XYZ 38.27 24.7 77.61 -
YUV 139.05 179.33 159.35 -
System Red Green Blue C M Y K H S L
Decimal 183 99 230 0.20 0.57 0 0.10 278.47 0.72 0.65
Hex B7 63 E6 14 39 0 A 116 48 41
Octal 267 143 346 24 71 0 12 426 110 101
Binary 10110111 1100011 11100110 10100 111001 0 1010 100010110 1001000 1000001

Color Harmonies of #B763E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B763E6

Black with #B763E6

Text Example


Text Example

White with #B763E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B763E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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