Html Css Color HEX #B769E6 Medium Orchid

📋 copy color: '#B769E6'

red 183 ◦ green 105 ◦ blue 230

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

Shades of Medium Orchid #B769E6

Tints of Medium Orchid #B769E6

RGB

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

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

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

R = 35.33%
G = 20.27%
B = 44.4%

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

#B769E6 (or 0xB769E6) is known color: Medium Orchid. HEX triplet: B7, 69 and E6. RGB value is (183,105,230). Sum of RGB (Red+Green+Blue) = 183+105+230=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #B769E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769E6 is #489619. Grayscale: #8E8E8E. Windows color (decimal): -4757018 or 15100343. OLE color: 15100343.

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

Color convert

RGB 183 105 230 -
CMYK 0.20 0.54 0 0.10
HSL 277.44º 0.71% 0.66% -
HSV(B) 277.44º 0.54% 0.9% -
XYZ 38.86 25.88 77.81 -
YUV 142.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 183 105 230 0.20 0.54 0 0.10 277.44 0.71 0.66
Hex B7 69 E6 14 36 0 A 115 47 42
Octal 267 151 346 24 66 0 12 425 107 102
Binary 10110111 1101001 11100110 10100 110110 0 1010 100010101 1000111 1000010

Color Harmonies of #B769E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B769E6

Black with #B769E6

Text Example


Text Example

White with #B769E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B769E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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