#B338C4

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

Shades of Dark Orchid #B338C4

Tints of Dark Orchid #B338C4

Color information

#B338C4 (or 0xB338C4) is unknown color: approx Dark Orchid. HEX triplet: B3, 38 and C4. RGB value is (179,56,196). Sum of RGB (Red+Green+Blue) = 179+56+196=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #B338C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338C4 is #4CC73B. Grayscale: #6C6C6C. Windows color (decimal): -5031740 or 12859571. OLE color: 12859571.

HSL color Cylindrical-coordinate representation of color #B338C4: hue angle of 292.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B338C4 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17956196-
CMYK0.090.7100.23
HSL292.71º55.56%49.41%-
HSV(B)292.71º71.43%76.86%-
XYZ29.9716.453.81-
YUV108.74177.25178.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 56 (22.27% from 255) = 12.99%
BLUE value IS 196 (76.95% from 255) = 45.48%
R=41.53%
G=12.99%
B=45.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal179561960.090.7100.23292.7155.5649.41
HexB338C49470171253831
Octal26370304111070274457061
Binary101100111110001100010010011000111010111100100101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B338C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B338C4; }

 p { color: rgb(179,56,196); }

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

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

 a { background-color: rgb(179,56,196); }

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

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

 span { border-color: rgb(179,56,196); }

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