Html Css Color HEX #B426DD Dark Orchid

📋 copy color: '#B426DD'

red 180 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #B426DD

Tints of Dark Orchid #B426DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 41%
G = 8.66%
B = 50.34%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B426DD (or 0xB426DD) is known color: Dark Orchid. HEX triplet: B4, 26 and DD. RGB value is (180,38,221). Sum of RGB (Red+Green+Blue) = 180+38+221=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #B426DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B426DD is #4BD922. Grayscale: #646464. Windows color (decimal): -4970787 or 14493364. OLE color: 14493364.

HSL color Cylindrical-coordinate representation of color #B426DD: hue angle of 286.56º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B426DD is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 38 221 -
CMYK 0.19 0.83 0 0.13
HSL 286.56º 0.73% 0.51% -
HSV(B) 286.56º 0.83% 0.87% -
XYZ 32.57 16.31 69.84 -
YUV 101.32 195.54 184.12 -
System Red Green Blue C M Y K H S L
Decimal 180 38 221 0.19 0.83 0 0.13 286.56 0.73 0.51
Hex B4 26 DD 13 53 0 D 11F 49 33
Octal 264 46 335 23 123 0 15 437 111 63
Binary 10110100 100110 11011101 10011 1010011 0 1101 100011111 1001001 110011

Color Harmonies of #B426DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426DD

Black with #B426DD

Text Example


Text Example

White with #B426DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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