Html Css Color HEX #B769DD Medium Orchid

📋 copy color: '#B769DD'

red 183 ◦ green 105 ◦ blue 221

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

Shades of Medium Orchid #B769DD

Tints of Medium Orchid #B769DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 35.95%
G = 20.63%
B = 43.42%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B769DD (or 0xB769DD) is known color: Medium Orchid. HEX triplet: B7, 69 and DD. RGB value is (183,105,221). Sum of RGB (Red+Green+Blue) = 183+105+221=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #B769DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769DD is #489622. Grayscale: #8D8D8D. Windows color (decimal): -4757027 or 14510519. OLE color: 14510519.

HSL color Cylindrical-coordinate representation of color #B769DD: hue angle of 280.34º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B769DD is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 105 221 -
CMYK 0.17 0.52 0 0.13
HSL 280.34º 0.63% 0.64% -
HSV(B) 280.34º 0.52% 0.87% -
XYZ 37.63 25.39 71.32 -
YUV 141.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 183 105 221 0.17 0.52 0 0.13 280.34 0.63 0.64
Hex B7 69 DD 11 34 0 D 118 3F 40
Octal 267 151 335 21 64 0 15 430 77 100
Binary 10110111 1101001 11011101 10001 110100 0 1101 100011000 111111 1000000

Color Harmonies of #B769DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B769DD

Black with #B769DD

Text Example


Text Example

White with #B769DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B769DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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