Html Css Color HEX #B133E5 Dark Orchid

📋 copy color: '#B133E5'

red 177 ◦ green 51 ◦ blue 229

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

Shades of Dark Orchid #B133E5

Tints of Dark Orchid #B133E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.11%

R = 38.73%
G = 11.16%
B = 50.11%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B133E5 (or 0xB133E5) is known color: Dark Orchid. HEX triplet: B1, 33 and E5. RGB value is (177,51,229). Sum of RGB (Red+Green+Blue) = 177+51+229=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #B133E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133E5 is #4ECC1A. Grayscale: #6C6C6C. Windows color (decimal): -5164059 or 15020977. OLE color: 15020977.

HSL color Cylindrical-coordinate representation of color #B133E5: hue angle of 282.47º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B133E5 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 51 229 -
CMYK 0.23 0.78 0 0.10
HSL 282.47º 0.77% 0.55% -
HSV(B) 282.47º 0.78% 0.9% -
XYZ 33.46 17.37 75.72 -
YUV 108.97 195.74 176.53 -
System Red Green Blue C M Y K H S L
Decimal 177 51 229 0.23 0.78 0 0.10 282.47 0.77 0.55
Hex B1 33 E5 17 4E 0 A 11A 4D 37
Octal 261 63 345 27 116 0 12 432 115 67
Binary 10110001 110011 11100101 10111 1001110 0 1010 100011010 1001101 110111

Color Harmonies of #B133E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133E5

Black with #B133E5

Text Example


Text Example

White with #B133E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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