Html Css Color HEX #B426D7 Dark Orchid

📋 copy color: '#B426D7'

red 180 ◦ green 38 ◦ blue 215

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

Shades of Dark Orchid #B426D7

Tints of Dark Orchid #B426D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.65%

R = 41.57%
G = 8.78%
B = 49.65%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B426D7 (or 0xB426D7) is known color: Dark Orchid. HEX triplet: B4, 26 and D7. RGB value is (180,38,215). Sum of RGB (Red+Green+Blue) = 180+38+215=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #B426D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B426D7 is #4BD928. Grayscale: #646464. Windows color (decimal): -4970793 or 14100148. OLE color: 14100148.

HSL color Cylindrical-coordinate representation of color #B426D7: hue angle of 288.14º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B426D7 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 38 215 -
CMYK 0.16 0.82 0 0.16
HSL 288.14º 0.7% 0.5% -
HSV(B) 288.14º 0.82% 0.84% -
XYZ 31.78 16 65.7 -
YUV 100.64 192.54 184.61 -
System Red Green Blue C M Y K H S L
Decimal 180 38 215 0.16 0.82 0 0.16 288.14 0.7 0.5
Hex B4 26 D7 10 52 0 10 120 46 32
Octal 264 46 327 20 122 0 20 440 106 62
Binary 10110100 100110 11010111 10000 1010010 0 10000 100100000 1000110 110010

Color Harmonies of #B426D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426D7

Black with #B426D7

Text Example


Text Example

White with #B426D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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