Html Css Color HEX #B769C5 Medium Orchid

📋 copy color: '#B769C5'

red 183 ◦ green 105 ◦ blue 197

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

Shades of Medium Orchid #B769C5

Tints of Medium Orchid #B769C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.62%

R = 37.73%
G = 21.65%
B = 40.62%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B769C5 (or 0xB769C5) is known color: Medium Orchid. HEX triplet: B7, 69 and C5. RGB value is (183,105,197). Sum of RGB (Red+Green+Blue) = 183+105+197=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #B769C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769C5 is #48963A. Grayscale: #8A8A8A. Windows color (decimal): -4757051 or 12937655. OLE color: 12937655.

HSL color Cylindrical-coordinate representation of color #B769C5: hue angle of 290.87º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B769C5 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 183 105 197 -
CMYK 0.07 0.47 0 0.23
HSL 290.87º 0.44% 0.59% -
HSV(B) 290.87º 0.47% 0.77% -
XYZ 34.66 24.2 55.67 -
YUV 138.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 183 105 197 0.07 0.47 0 0.23 290.87 0.44 0.59
Hex B7 69 C5 7 2F 0 17 123 2C 3B
Octal 267 151 305 7 57 0 27 443 54 73
Binary 10110111 1101001 11000101 111 101111 0 10111 100100011 101100 111011

Color Harmonies of #B769C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B769C5

Black with #B769C5

Text Example


Text Example

White with #B769C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B769C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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