Html Css Color HEX #B426CE Dark Orchid

📋 copy color: '#B426CE'

red 180 ◦ green 38 ◦ blue 206

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

Shades of Dark Orchid #B426CE

Tints of Dark Orchid #B426CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 42.45%
G = 8.96%
B = 48.58%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B426CE (or 0xB426CE) is known color: Dark Orchid. HEX triplet: B4, 26 and CE. RGB value is (180,38,206). Sum of RGB (Red+Green+Blue) = 180+38+206=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #B426CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B426CE is #4BD931. Grayscale: #636363. Windows color (decimal): -4970802 or 13510324. OLE color: 13510324.

HSL color Cylindrical-coordinate representation of color #B426CE: hue angle of 290.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B426CE is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 38 206 -
CMYK 0.13 0.82 0 0.19
HSL 290.71º 0.69% 0.48% -
HSV(B) 290.71º 0.82% 0.81% -
XYZ 30.66 15.55 59.78 -
YUV 99.61 188.04 185.34 -
System Red Green Blue C M Y K H S L
Decimal 180 38 206 0.13 0.82 0 0.19 290.71 0.69 0.48
Hex B4 26 CE D 52 0 13 123 45 30
Octal 264 46 316 15 122 0 23 443 105 60
Binary 10110100 100110 11001110 1101 1010010 0 10011 100100011 1000101 110000

Color Harmonies of #B426CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426CE

Black with #B426CE

Text Example


Text Example

White with #B426CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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