Html Css Color HEX #B426EC Dark Orchid

📋 copy color: '#B426EC'

red 180 ◦ green 38 ◦ blue 236

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

Shades of Dark Orchid #B426EC

Tints of Dark Orchid #B426EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.98%

R = 39.65%
G = 8.37%
B = 51.98%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B426EC (or 0xB426EC) is known color: Dark Orchid. HEX triplet: B4, 26 and EC. RGB value is (180,38,236). Sum of RGB (Red+Green+Blue) = 180+38+236=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #B426EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B426EC is #4BD913. Grayscale: #666666. Windows color (decimal): -4970772 or 15476404. OLE color: 15476404.

HSL color Cylindrical-coordinate representation of color #B426EC: hue angle of 283.03º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B426EC is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 38 236 -
CMYK 0.24 0.84 0 0.07
HSL 283.03º 0.84% 0.54% -
HSV(B) 283.03º 0.84% 0.93% -
XYZ 34.66 17.15 80.84 -
YUV 103.03 203.04 182.9 -
System Red Green Blue C M Y K H S L
Decimal 180 38 236 0.24 0.84 0 0.07 283.03 0.84 0.54
Hex B4 26 EC 18 54 0 7 11B 54 36
Octal 264 46 354 30 124 0 7 433 124 66
Binary 10110100 100110 11101100 11000 1010100 0 111 100011011 1010100 110110

Color Harmonies of #B426EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426EC

Black with #B426EC

Text Example


Text Example

White with #B426EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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