Html Css Color HEX #B426B3 Dark Orchid

📋 copy color: '#B426B3'

red 180 ◦ green 38 ◦ blue 179

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

Shades of Dark Orchid #B426B3

Tints of Dark Orchid #B426B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.09%

R = 45.34%
G = 9.57%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B426B3 (or 0xB426B3) is known color: Dark Orchid. HEX triplet: B4, 26 and B3. RGB value is (180,38,179). Sum of RGB (Red+Green+Blue) = 180+38+179=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B426B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B426B3 is #4BD94C. Grayscale: #606060. Windows color (decimal): -4970829 or 11740852. OLE color: 11740852.

HSL color Cylindrical-coordinate representation of color #B426B3: hue angle of 300.42º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B426B3 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 38 179 -
CMYK 0 0.79 0.01 0.29
HSL 300.42º 0.65% 0.43% -
HSV(B) 300.42º 0.79% 0.71% -
XYZ 27.65 14.34 43.96 -
YUV 96.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 180 38 179 0 0.79 0.01 0.29 300.42 0.65 0.43
Hex B4 26 B3 0 4F 1 1D 12C 41 2B
Octal 264 46 263 0 117 1 35 454 101 53
Binary 10110100 100110 10110011 0 1001111 1 11101 100101100 1000001 101011

Color Harmonies of #B426B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426B3

Black with #B426B3

Text Example


Text Example

White with #B426B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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