#B269D4

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

Shades of Medium Orchid #B269D4

Tints of Medium Orchid #B269D4

Color information

#B269D4 (or 0xB269D4) is unknown color: approx Medium Orchid. HEX triplet: B2, 69 and D4. RGB value is (178,105,212). Sum of RGB (Red+Green+Blue) = 178+105+212=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #B269D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269D4 is #4D962B. Grayscale: #8A8A8A. Windows color (decimal): -5084716 or 13920690. OLE color: 13920690.

HSL color Cylindrical-coordinate representation of color #B269D4: hue angle of 280.93º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B269D4 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB178105212-
CMYK0.160.5000.17
HSL280.93º55.44%62.16%-
HSV(B)280.93º50.47%83.14%-
XYZ35.324.3265.12-
YUV139.02169.18155.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=35.96%
G=21.21%
B=42.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1781052120.160.5000.17280.9355.4462.16
HexB269D41032011119373e
Octal26215132420620214316776
Binary1011001011010011101010010000110010010001100011001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269D4; }

 p { color: rgb(178,105,212); }

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

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

 a { background-color: rgb(178,105,212); }

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

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

 span { border-color: rgb(178,105,212); }

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