Html Css Color HEX #B133BF Dark Orchid

📋 copy color: '#B133BF'

red 177 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #B133BF

Tints of Dark Orchid #B133BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.58%

R = 42.24%
G = 12.17%
B = 45.58%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B133BF (or 0xB133BF) is known color: Dark Orchid. HEX triplet: B1, 33 and BF. RGB value is (177,51,191). Sum of RGB (Red+Green+Blue) = 177+51+191=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #B133BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133BF is #4ECC40. Grayscale: #686868. Windows color (decimal): -5164097 or 12530609. OLE color: 12530609.

HSL color Cylindrical-coordinate representation of color #B133BF: hue angle of 294º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B133BF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 51 191 -
CMYK 0.07 0.73 0 0.25
HSL 294º 0.58% 0.47% -
HSV(B) 294º 0.73% 0.75% -
XYZ 28.72 15.48 50.76 -
YUV 104.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 177 51 191 0.07 0.73 0 0.25 294 0.58 0.47
Hex B1 33 BF 7 49 0 19 126 3A 2F
Octal 261 63 277 7 111 0 31 446 72 57
Binary 10110001 110011 10111111 111 1001001 0 11001 100100110 111010 101111

Color Harmonies of #B133BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133BF

Black with #B133BF

Text Example


Text Example

White with #B133BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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