Html Css Color HEX #B769E9 Medium Orchid

📋 copy color: '#B769E9'

red 183 ◦ green 105 ◦ blue 233

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

Shades of Medium Orchid #B769E9

Tints of Medium Orchid #B769E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.72%

R = 35.12%
G = 20.15%
B = 44.72%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B769E9 (or 0xB769E9) is known color: Medium Orchid. HEX triplet: B7, 69 and E9. RGB value is (183,105,233). Sum of RGB (Red+Green+Blue) = 183+105+233=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #B769E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769E9 is #489616. Grayscale: #8E8E8E. Windows color (decimal): -4757015 or 15296951. OLE color: 15296951.

HSL color Cylindrical-coordinate representation of color #B769E9: hue angle of 276.56º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B769E9 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 105 233 -
CMYK 0.21 0.55 0 0.09
HSL 276.56º 0.74% 0.66% -
HSV(B) 276.56º 0.55% 0.91% -
XYZ 39.29 26.05 80.05 -
YUV 142.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 183 105 233 0.21 0.55 0 0.09 276.56 0.74 0.66
Hex B7 69 E9 15 37 0 9 115 4A 42
Octal 267 151 351 25 67 0 11 425 112 102
Binary 10110111 1101001 11101001 10101 110111 0 1001 100010101 1001010 1000010

Color Harmonies of #B769E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B769E9

Black with #B769E9

Text Example


Text Example

White with #B769E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B769E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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