Html Css Color HEX #B121AF Dark Orchid

📋 copy color: '#B121AF'

red 177 ◦ green 33 ◦ blue 175

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

Shades of Dark Orchid #B121AF

Tints of Dark Orchid #B121AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.57%

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 45.97%
G = 8.57%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B121AF (or 0xB121AF) is known color: Dark Orchid. HEX triplet: B1, 21 and AF. RGB value is (177,33,175). Sum of RGB (Red+Green+Blue) = 177+33+175=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B121AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B121AF is #4EDE50. Grayscale: #5B5B5B. Windows color (decimal): -5168721 or 11477425. OLE color: 11477425.

HSL color Cylindrical-coordinate representation of color #B121AF: hue angle of 300.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B121AF is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 175 -
CMYK 0 0.81 0.01 0.31
HSL 300.83º 0.69% 0.41% -
HSV(B) 300.83º 0.81% 0.69% -
XYZ 26.41 13.53 41.78 -
YUV 92.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 177 33 175 0 0.81 0.01 0.31 300.83 0.69 0.41
Hex B1 21 AF 0 51 1 1F 12D 45 29
Octal 261 41 257 0 121 1 37 455 105 51
Binary 10110001 100001 10101111 0 1010001 1 11111 100101101 1000101 101001

Color Harmonies of #B121AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B121AF

Black with #B121AF

Text Example


Text Example

White with #B121AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B121AF; }

 p { color: rgb(177,33,175); }

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

background-color css

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

 a { background-color: rgb(177,33,175); }

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

border-color css

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

 span { border-color: rgb(177,33,175); }

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