Html Css Color HEX #B133DB Dark Orchid

📋 copy color: '#B133DB'

red 177 ◦ green 51 ◦ blue 219

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

Shades of Dark Orchid #B133DB

Tints of Dark Orchid #B133DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 39.6%
G = 11.41%
B = 48.99%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B133DB (or 0xB133DB) is known color: Dark Orchid. HEX triplet: B1, 33 and DB. RGB value is (177,51,219). Sum of RGB (Red+Green+Blue) = 177+51+219=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #B133DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133DB is #4ECC24. Grayscale: #6B6B6B. Windows color (decimal): -5164069 or 14365617. OLE color: 14365617.

HSL color Cylindrical-coordinate representation of color #B133DB: hue angle of 285º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B133DB is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 51 219 -
CMYK 0.19 0.77 0 0.14
HSL 285º 0.7% 0.53% -
HSV(B) 285º 0.77% 0.86% -
XYZ 32.1 16.83 68.57 -
YUV 107.83 190.74 177.34 -
System Red Green Blue C M Y K H S L
Decimal 177 51 219 0.19 0.77 0 0.14 285 0.7 0.53
Hex B1 33 DB 13 4D 0 E 11D 46 35
Octal 261 63 333 23 115 0 16 435 106 65
Binary 10110001 110011 11011011 10011 1001101 0 1110 100011101 1000110 110101

Color Harmonies of #B133DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133DB

Black with #B133DB

Text Example


Text Example

White with #B133DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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