Html Css Color HEX #B123BC Dark Orchid

📋 copy color: '#B123BC'

red 177 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #B123BC

Tints of Dark Orchid #B123BC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.75%

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

R = 44.25%
G = 8.75%
B = 47%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B123BC (or 0xB123BC) is known color: Dark Orchid. HEX triplet: B1, 23 and BC. RGB value is (177,35,188). Sum of RGB (Red+Green+Blue) = 177+35+188=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #B123BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123BC is #4EDC43. Grayscale: #5E5E5E. Windows color (decimal): -5168196 or 12329905. OLE color: 12329905.

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

Color convert

RGB 177 35 188 -
CMYK 0.06 0.81 0 0.26
HSL 295.69º 0.69% 0.44% -
HSV(B) 295.69º 0.81% 0.74% -
XYZ 27.81 14.18 48.85 -
YUV 94.9 180.54 186.56 -
System Red Green Blue C M Y K H S L
Decimal 177 35 188 0.06 0.81 0 0.26 295.69 0.69 0.44
Hex B1 23 BC 6 51 0 1A 128 45 2C
Octal 261 43 274 6 121 0 32 450 105 54
Binary 10110001 100011 10111100 110 1010001 0 11010 100101000 1000101 101100

Color Harmonies of #B123BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123BC

Black with #B123BC

Text Example


Text Example

White with #B123BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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