Html Css Color HEX #B133DD Dark Orchid

📋 copy color: '#B133DD'

red 177 ◦ green 51 ◦ blue 221

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

Shades of Dark Orchid #B133DD

Tints of Dark Orchid #B133DD

RGB

 RED value IS 177 (69.53% from 255) = 39.42%

 GREEN value IS 51 (20.31% from 255) = 11.36%

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

R = 39.42%
G = 11.36%
B = 49.22%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B133DD (or 0xB133DD) is known color: Dark Orchid. HEX triplet: B1, 33 and DD. RGB value is (177,51,221). Sum of RGB (Red+Green+Blue) = 177+51+221=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #B133DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133DD is #4ECC22. Grayscale: #6B6B6B. Windows color (decimal): -5164067 or 14496689. OLE color: 14496689.

HSL color Cylindrical-coordinate representation of color #B133DD: hue angle of 284.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B133DD is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 51 221 -
CMYK 0.20 0.77 0 0.13
HSL 284.47º 0.71% 0.53% -
HSV(B) 284.47º 0.77% 0.87% -
XYZ 32.37 16.94 69.97 -
YUV 108.05 191.74 177.18 -
System Red Green Blue C M Y K H S L
Decimal 177 51 221 0.20 0.77 0 0.13 284.47 0.71 0.53
Hex B1 33 DD 14 4D 0 D 11C 47 35
Octal 261 63 335 24 115 0 15 434 107 65
Binary 10110001 110011 11011101 10100 1001101 0 1101 100011100 1000111 110101

Color Harmonies of #B133DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133DD

Black with #B133DD

Text Example


Text Example

White with #B133DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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