Html Css Color HEX #B769E5 Medium Orchid

📋 copy color: '#B769E5'

red 183 ◦ green 105 ◦ blue 229

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

Shades of Medium Orchid #B769E5

Tints of Medium Orchid #B769E5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.31%

 BLUE value IS 229 (89.84% from 255) = 44.29%

R = 35.4%
G = 20.31%
B = 44.29%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B769E5 (or 0xB769E5) is known color: Medium Orchid. HEX triplet: B7, 69 and E5. RGB value is (183,105,229). Sum of RGB (Red+Green+Blue) = 183+105+229=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #B769E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769E5 is #48961A. Grayscale: #8E8E8E. Windows color (decimal): -4757019 or 15034807. OLE color: 15034807.

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

Color convert

RGB 183 105 229 -
CMYK 0.20 0.54 0 0.10
HSL 277.74º 0.7% 0.65% -
HSV(B) 277.74º 0.54% 0.9% -
XYZ 38.72 25.83 77.07 -
YUV 142.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 183 105 229 0.20 0.54 0 0.10 277.74 0.7 0.65
Hex B7 69 E5 14 36 0 A 116 46 41
Octal 267 151 345 24 66 0 12 426 106 101
Binary 10110111 1101001 11100101 10100 110110 0 1010 100010110 1000110 1000001

Color Harmonies of #B769E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B769E5

Black with #B769E5

Text Example


Text Example

White with #B769E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B769E5; }

 p { color: rgb(183,105,229); }

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

background-color css

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

 a { background-color: rgb(183,105,229); }

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

border-color css

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

 span { border-color: rgb(183,105,229); }

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