#B769CF

Color #B769CF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B769CF

Tints of Medium Orchid #B769CF

Color information

#B769CF (or 0xB769CF) is unknown color: approx Medium Orchid. HEX triplet: B7, 69 and CF. RGB value is (183,105,207). Sum of RGB (Red+Green+Blue) = 183+105+207=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #B769CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769CF is #489630. Grayscale: #8B8B8B. Windows color (decimal): -4757041 or 13593015. OLE color: 13593015.

HSL color Cylindrical-coordinate representation of color #B769CF: hue angle of 285.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B769CF is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183105207-
CMYK0.120.4900.19
HSL285.88º51.52%61.18%-
HSV(B)285.88º49.28%81.18%-
XYZ35.8424.6861.91-
YUV139.95165.84158.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.97%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=36.97%
G=21.21%
B=41.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831052070.120.4900.19285.8851.5261.18
HexB769CFC3101311e343d
Octal26715131714610234366475
Binary101101111101001110011111100110001010011100011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769CF; }

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

 H1.HeaderClassName
 {
   color: #B769CF;
 }
 .AnyTagClassName
 {
   color: #B769CF;
 }
</style>
background-color css

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

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

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

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

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

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