Html Css Color HEX #B426BA Dark Orchid

📋 copy color: '#B426BA'

red 180 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #B426BA

Tints of Dark Orchid #B426BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 44.55%
G = 9.41%
B = 46.04%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B426BA (or 0xB426BA) is known color: Dark Orchid. HEX triplet: B4, 26 and BA. RGB value is (180,38,186). Sum of RGB (Red+Green+Blue) = 180+38+186=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #B426BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B426BA is #4BD945. Grayscale: #606060. Windows color (decimal): -4970822 or 12199604. OLE color: 12199604.

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

Color convert

RGB 180 38 186 -
CMYK 0.03 0.80 0 0.27
HSL 297.57º 0.66% 0.44% -
HSV(B) 297.57º 0.8% 0.73% -
XYZ 28.38 14.63 47.78 -
YUV 97.33 178.04 186.97 -
System Red Green Blue C M Y K H S L
Decimal 180 38 186 0.03 0.80 0 0.27 297.57 0.66 0.44
Hex B4 26 BA 3 50 0 1B 12A 42 2C
Octal 264 46 272 3 120 0 33 452 102 54
Binary 10110100 100110 10111010 11 1010000 0 11011 100101010 1000010 101100

Color Harmonies of #B426BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426BA

Black with #B426BA

Text Example


Text Example

White with #B426BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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