Html Css Color HEX #B426E9 Dark Orchid

📋 copy color: '#B426E9'

red 180 ◦ green 38 ◦ blue 233

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

Shades of Dark Orchid #B426E9

Tints of Dark Orchid #B426E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.66%

R = 39.91%
G = 8.43%
B = 51.66%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B426E9 (or 0xB426E9) is known color: Dark Orchid. HEX triplet: B4, 26 and E9. RGB value is (180,38,233). Sum of RGB (Red+Green+Blue) = 180+38+233=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #B426E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B426E9 is #4BD916. Grayscale: #666666. Windows color (decimal): -4970775 or 15279796. OLE color: 15279796.

HSL color Cylindrical-coordinate representation of color #B426E9: hue angle of 283.69º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B426E9 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 38 233 -
CMYK 0.23 0.84 0 0.09
HSL 283.69º 0.82% 0.53% -
HSV(B) 283.69º 0.84% 0.91% -
XYZ 34.22 16.97 78.56 -
YUV 102.69 201.54 183.14 -
System Red Green Blue C M Y K H S L
Decimal 180 38 233 0.23 0.84 0 0.09 283.69 0.82 0.53
Hex B4 26 E9 17 54 0 9 11C 52 35
Octal 264 46 351 27 124 0 11 434 122 65
Binary 10110100 100110 11101001 10111 1010100 0 1001 100011100 1010010 110101

Color Harmonies of #B426E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426E9

Black with #B426E9

Text Example


Text Example

White with #B426E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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