Html Css Color HEX #B121BC Dark Orchid

📋 copy color: '#B121BC'

red 177 ◦ green 33 ◦ blue 188

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

Shades of Dark Orchid #B121BC

Tints of Dark Orchid #B121BC

RGB

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

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

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

R = 44.47%
G = 8.29%
B = 47.24%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B121BC (or 0xB121BC) is known color: Dark Orchid. HEX triplet: B1, 21 and BC. RGB value is (177,33,188). Sum of RGB (Red+Green+Blue) = 177+33+188=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #B121BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121BC is #4EDE43. Grayscale: #5D5D5D. Windows color (decimal): -5168708 or 12329393. OLE color: 12329393.

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

Color convert

RGB 177 33 188 -
CMYK 0.06 0.82 0 0.26
HSL 295.74º 0.7% 0.43% -
HSV(B) 295.74º 0.82% 0.74% -
XYZ 27.75 14.07 48.83 -
YUV 93.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 177 33 188 0.06 0.82 0 0.26 295.74 0.7 0.43
Hex B1 21 BC 6 52 0 1A 128 46 2B
Octal 261 41 274 6 122 0 32 450 106 53
Binary 10110001 100001 10111100 110 1010010 0 11010 100101000 1000110 101011

Color Harmonies of #B121BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B121BC

Black with #B121BC

Text Example


Text Example

White with #B121BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B121BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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