Html Css Color HEX #B133BD Dark Orchid

📋 copy color: '#B133BD'

red 177 ◦ green 51 ◦ blue 189

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

Shades of Dark Orchid #B133BD

Tints of Dark Orchid #B133BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 42.45%
G = 12.23%
B = 45.32%

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

#B133BD (or 0xB133BD) is known color: Dark Orchid. HEX triplet: B1, 33 and BD. RGB value is (177,51,189). Sum of RGB (Red+Green+Blue) = 177+51+189=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #B133BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133BD is #4ECC42. Grayscale: #676767. Windows color (decimal): -5164099 or 12399537. OLE color: 12399537.

HSL color Cylindrical-coordinate representation of color #B133BD: hue angle of 294.78º 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 #B133BD is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 51 189 -
CMYK 0.06 0.73 0 0.26
HSL 294.78º 0.58% 0.47% -
HSV(B) 294.78º 0.73% 0.74% -
XYZ 28.5 15.39 49.61 -
YUV 104.41 175.74 179.78 -
System Red Green Blue C M Y K H S L
Decimal 177 51 189 0.06 0.73 0 0.26 294.78 0.58 0.47
Hex B1 33 BD 6 49 0 1A 127 3A 2F
Octal 261 63 275 6 111 0 32 447 72 57
Binary 10110001 110011 10111101 110 1001001 0 11010 100100111 111010 101111

Color Harmonies of #B133BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133BD

Black with #B133BD

Text Example


Text Example

White with #B133BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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