Html Css Color HEX #B426BE Dark Orchid

📋 copy color: '#B426BE'

red 180 ◦ green 38 ◦ blue 190

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

Shades of Dark Orchid #B426BE

Tints of Dark Orchid #B426BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.57%

R = 44.12%
G = 9.31%
B = 46.57%

CMYK

 C value IS 0.05

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B426BE (or 0xB426BE) is known color: Dark Orchid. HEX triplet: B4, 26 and BE. RGB value is (180,38,190). Sum of RGB (Red+Green+Blue) = 180+38+190=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #B426BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B426BE is #4BD941. Grayscale: #616161. Windows color (decimal): -4970818 or 12461748. OLE color: 12461748.

HSL color Cylindrical-coordinate representation of color #B426BE: hue angle of 296.05º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B426BE is Cyan = 0.05, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 38 190 -
CMYK 0.05 0.8 0 0.25
HSL 296.05º 0.67% 0.45% -
HSV(B) 296.05º 0.8% 0.75% -
XYZ 28.81 14.81 50.05 -
YUV 97.79 180.04 186.64 -
System Red Green Blue C M Y K H S L
Decimal 180 38 190 0.05 0.8 0 0.25 296.05 0.67 0.45
Hex B4 26 BE 5 50 0 19 128 43 2D
Octal 264 46 276 5 120 0 31 450 103 55
Binary 10110100 100110 10111110 101 1010000 0 11001 100101000 1000011 101101

Color Harmonies of #B426BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426BE

Black with #B426BE

Text Example


Text Example

White with #B426BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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