Html Css Color HEX #B763F0 Medium Orchid

📋 copy color: '#B763F0'

red 183 ◦ green 99 ◦ blue 240

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

Shades of Medium Orchid #B763F0

Tints of Medium Orchid #B763F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.98%

R = 35.06%
G = 18.97%
B = 45.98%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B763F0 (or 0xB763F0) is known color: Medium Orchid. HEX triplet: B7, 63 and F0. RGB value is (183,99,240). Sum of RGB (Red+Green+Blue) = 183+99+240=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #B763F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B763F0 is #489C0F. Grayscale: #8B8B8B. Windows color (decimal): -4758544 or 15754167. OLE color: 15754167.

HSL color Cylindrical-coordinate representation of color #B763F0: hue angle of 275.74º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B763F0 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 99 240 -
CMYK 0.24 0.59 0 0.06
HSL 275.74º 0.82% 0.66% -
HSV(B) 275.74º 0.59% 0.94% -
XYZ 39.72 25.28 85.22 -
YUV 140.19 184.33 158.54 -
System Red Green Blue C M Y K H S L
Decimal 183 99 240 0.24 0.59 0 0.06 275.74 0.82 0.66
Hex B7 63 F0 18 3B 0 6 114 52 42
Octal 267 143 360 30 73 0 6 424 122 102
Binary 10110111 1100011 11110000 11000 111011 0 110 100010100 1010010 1000010

Color Harmonies of #B763F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B763F0

Black with #B763F0

Text Example


Text Example

White with #B763F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B763F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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