Html Css Color HEX #B133BC Dark Orchid

📋 copy color: '#B133BC'

red 177 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #B133BC

Tints of Dark Orchid #B133BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 42.55%
G = 12.26%
B = 45.19%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B133BC (or 0xB133BC) is known color: Dark Orchid. HEX triplet: B1, 33 and BC. RGB value is (177,51,188). Sum of RGB (Red+Green+Blue) = 177+51+188=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #B133BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133BC is #4ECC43. Grayscale: #676767. Windows color (decimal): -5164100 or 12334001. OLE color: 12334001.

HSL color Cylindrical-coordinate representation of color #B133BC: hue angle of 295.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B133BC is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 51 188 -
CMYK 0.06 0.73 0 0.26
HSL 295.18º 0.57% 0.47% -
HSV(B) 295.18º 0.73% 0.74% -
XYZ 28.39 15.35 49.04 -
YUV 104.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 177 51 188 0.06 0.73 0 0.26 295.18 0.57 0.47
Hex B1 33 BC 6 49 0 1A 127 39 2F
Octal 261 63 274 6 111 0 32 447 71 57
Binary 10110001 110011 10111100 110 1001001 0 11010 100100111 111001 101111

Color Harmonies of #B133BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133BC

Black with #B133BC

Text Example


Text Example

White with #B133BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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