#B133ED

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

Shades of Dark Orchid #B133ED

Tints of Dark Orchid #B133ED

Color information

#B133ED (or 0xB133ED) is unknown color: approx Dark Orchid. HEX triplet: B1, 33 and ED. RGB value is (177,51,237). Sum of RGB (Red+Green+Blue) = 177+51+237=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #B133ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B133ED is #4ECC12. Grayscale: #6D6D6D. Windows color (decimal): -5164051 or 15545265. OLE color: 15545265.

HSL color Cylindrical-coordinate representation of color #B133ED: hue angle of 280.65º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B133ED is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17751237-
CMYK0.250.7800.07
HSL280.65º83.78%56.47%-
HSV(B)280.65º78.48%92.94%-
XYZ34.617.8381.74-
YUV109.88199.74175.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 51 (20.31% from 255) = 10.97%
BLUE value IS 237 (92.97% from 255) = 50.97%
R=38.06%
G=10.97%
B=50.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177512370.250.7800.07280.6583.7856.47
HexB133ED194E071195438
Octal26163355311160743112470
Binary101100011100111110110111001100111001111000110011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B133ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B133ED; }

 p { color: rgb(177,51,237); }

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

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

 a { background-color: rgb(177,51,237); }

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

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

 span { border-color: rgb(177,51,237); }

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