Html Css Color HEX #B133DC Dark Orchid

📋 copy color: '#B133DC'

red 177 ◦ green 51 ◦ blue 220

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

Shades of Dark Orchid #B133DC

Tints of Dark Orchid #B133DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 39.51%
G = 11.38%
B = 49.11%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B133DC (or 0xB133DC) is known color: Dark Orchid. HEX triplet: B1, 33 and DC. RGB value is (177,51,220). Sum of RGB (Red+Green+Blue) = 177+51+220=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #B133DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133DC is #4ECC23. Grayscale: #6B6B6B. Windows color (decimal): -5164068 or 14431153. OLE color: 14431153.

HSL color Cylindrical-coordinate representation of color #B133DC: hue angle of 284.73º degrees, saturation: 0.71, 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 #B133DC is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 51 220 -
CMYK 0.20 0.77 0 0.14
HSL 284.73º 0.71% 0.53% -
HSV(B) 284.73º 0.77% 0.86% -
XYZ 32.23 16.88 69.27 -
YUV 107.94 191.24 177.26 -
System Red Green Blue C M Y K H S L
Decimal 177 51 220 0.20 0.77 0 0.14 284.73 0.71 0.53
Hex B1 33 DC 14 4D 0 E 11D 47 35
Octal 261 63 334 24 115 0 16 435 107 65
Binary 10110001 110011 11011100 10100 1001101 0 1110 100011101 1000111 110101

Color Harmonies of #B133DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133DC

Black with #B133DC

Text Example


Text Example

White with #B133DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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