Html Css Color HEX #B426CB Dark Orchid

📋 copy color: '#B426CB'

red 180 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #B426CB

Tints of Dark Orchid #B426CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 42.76%
G = 9.03%
B = 48.22%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B426CB (or 0xB426CB) is known color: Dark Orchid. HEX triplet: B4, 26 and CB. RGB value is (180,38,203). Sum of RGB (Red+Green+Blue) = 180+38+203=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #B426CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B426CB is #4BD934. Grayscale: #626262. Windows color (decimal): -4970805 or 13313716. OLE color: 13313716.

HSL color Cylindrical-coordinate representation of color #B426CB: hue angle of 291.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B426CB is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 38 203 -
CMYK 0.11 0.81 0 0.20
HSL 291.64º 0.68% 0.47% -
HSV(B) 291.64º 0.81% 0.8% -
XYZ 30.3 15.4 57.88 -
YUV 99.27 186.54 185.58 -
System Red Green Blue C M Y K H S L
Decimal 180 38 203 0.11 0.81 0 0.20 291.64 0.68 0.47
Hex B4 26 CB B 51 0 14 124 44 2F
Octal 264 46 313 13 121 0 24 444 104 57
Binary 10110100 100110 11001011 1011 1010001 0 10100 100100100 1000100 101111

Color Harmonies of #B426CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426CB

Black with #B426CB

Text Example


Text Example

White with #B426CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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