Html Css Color HEX #B426BC Dark Orchid

📋 copy color: '#B426BC'

red 180 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #B426BC

Tints of Dark Orchid #B426BC

RGB

 RED value IS 180 (70.7% from 255) = 44.33%

 GREEN value IS 38 (15.23% from 255) = 9.36%

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

R = 44.33%
G = 9.36%
B = 46.31%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B426BC (or 0xB426BC) is known color: Dark Orchid. HEX triplet: B4, 26 and BC. RGB value is (180,38,188). Sum of RGB (Red+Green+Blue) = 180+38+188=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #B426BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B426BC is #4BD943. Grayscale: #616161. Windows color (decimal): -4970820 or 12330676. OLE color: 12330676.

HSL color Cylindrical-coordinate representation of color #B426BC: hue angle of 296.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B426BC is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 38 188 -
CMYK 0.04 0.80 0 0.26
HSL 296.8º 0.66% 0.44% -
HSV(B) 296.8º 0.8% 0.74% -
XYZ 28.59 14.72 48.91 -
YUV 97.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 180 38 188 0.04 0.80 0 0.26 296.8 0.66 0.44
Hex B4 26 BC 4 50 0 1A 129 42 2C
Octal 264 46 274 4 120 0 32 451 102 54
Binary 10110100 100110 10111100 100 1010000 0 11010 100101001 1000010 101100

Color Harmonies of #B426BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426BC

Black with #B426BC

Text Example


Text Example

White with #B426BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426BC; }

 p { color: rgb(180,38,188); }

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

background-color css

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

 a { background-color: rgb(180,38,188); }

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

border-color css

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

 span { border-color: rgb(180,38,188); }

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