Html Css Color HEX #B133BA Dark Orchid

📋 copy color: '#B133BA'

red 177 ◦ green 51 ◦ blue 186

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

Shades of Dark Orchid #B133BA

Tints of Dark Orchid #B133BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 42.75%
G = 12.32%
B = 44.93%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B133BA (or 0xB133BA) is known color: Dark Orchid. HEX triplet: B1, 33 and BA. RGB value is (177,51,186). Sum of RGB (Red+Green+Blue) = 177+51+186=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #B133BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133BA is #4ECC45. Grayscale: #676767. Windows color (decimal): -5164102 or 12202929. OLE color: 12202929.

HSL color Cylindrical-coordinate representation of color #B133BA: hue angle of 296º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B133BA is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 51 186 -
CMYK 0.05 0.73 0 0.27
HSL 296º 0.57% 0.46% -
HSV(B) 296º 0.73% 0.73% -
XYZ 28.18 15.26 47.91 -
YUV 104.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 177 51 186 0.05 0.73 0 0.27 296 0.57 0.46
Hex B1 33 BA 5 49 0 1B 128 39 2E
Octal 261 63 272 5 111 0 33 450 71 56
Binary 10110001 110011 10111010 101 1001001 0 11011 100101000 111001 101110

Color Harmonies of #B133BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133BA

Black with #B133BA

Text Example


Text Example

White with #B133BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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