Html Css Color HEX #B133EC Dark Orchid

📋 copy color: '#B133EC'

red 177 ◦ green 51 ◦ blue 236

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

Shades of Dark Orchid #B133EC

Tints of Dark Orchid #B133EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 38.15%
G = 10.99%
B = 50.86%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B133EC (or 0xB133EC) is known color: Dark Orchid. HEX triplet: B1, 33 and EC. RGB value is (177,51,236). Sum of RGB (Red+Green+Blue) = 177+51+236=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #B133EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B133EC is #4ECC13. Grayscale: #6D6D6D. Windows color (decimal): -5164052 or 15479729. OLE color: 15479729.

HSL color Cylindrical-coordinate representation of color #B133EC: hue angle of 280.86º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B133EC is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 51 236 -
CMYK 0.25 0.78 0 0.07
HSL 280.86º 0.83% 0.56% -
HSV(B) 280.86º 0.78% 0.93% -
XYZ 34.46 17.77 80.97 -
YUV 109.76 199.24 175.96 -
System Red Green Blue C M Y K H S L
Decimal 177 51 236 0.25 0.78 0 0.07 280.86 0.83 0.56
Hex B1 33 EC 19 4E 0 7 119 53 38
Octal 261 63 354 31 116 0 7 431 123 70
Binary 10110001 110011 11101100 11001 1001110 0 111 100011001 1010011 111000

Color Harmonies of #B133EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133EC

Black with #B133EC

Text Example


Text Example

White with #B133EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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