Html Css Color HEX #B769E8 Medium Orchid

📋 copy color: '#B769E8'

red 183 ◦ green 105 ◦ blue 232

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

Shades of Medium Orchid #B769E8

Tints of Medium Orchid #B769E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.62%

R = 35.19%
G = 20.19%
B = 44.62%

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

#B769E8 (or 0xB769E8) is known color: Medium Orchid. HEX triplet: B7, 69 and E8. RGB value is (183,105,232). Sum of RGB (Red+Green+Blue) = 183+105+232=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #B769E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769E8 is #489617. Grayscale: #8E8E8E. Windows color (decimal): -4757016 or 15231415. OLE color: 15231415.

HSL color Cylindrical-coordinate representation of color #B769E8: hue angle of 276.85º degrees, saturation: 0.73, 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 #B769E8 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 105 232 -
CMYK 0.21 0.55 0 0.09
HSL 276.85º 0.73% 0.66% -
HSV(B) 276.85º 0.55% 0.91% -
XYZ 39.15 26 79.3 -
YUV 142.8 178.34 156.67 -
System Red Green Blue C M Y K H S L
Decimal 183 105 232 0.21 0.55 0 0.09 276.85 0.73 0.66
Hex B7 69 E8 15 37 0 9 115 49 42
Octal 267 151 350 25 67 0 11 425 111 102
Binary 10110111 1101001 11101000 10101 110111 0 1001 100010101 1001001 1000010

Color Harmonies of #B769E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B769E8

Black with #B769E8

Text Example


Text Example

White with #B769E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B769E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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