Html Css Color HEX #B422CE Dark Orchid

📋 copy color: '#B422CE'

red 180 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #B422CE

Tints of Dark Orchid #B422CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.1%

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

R = 42.86%
G = 8.1%
B = 49.05%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B422CE (or 0xB422CE) is known color: Dark Orchid. HEX triplet: B4, 22 and CE. RGB value is (180,34,206). Sum of RGB (Red+Green+Blue) = 180+34+206=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #B422CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B422CE is #4BDD31. Grayscale: #606060. Windows color (decimal): -4971826 or 13509300. OLE color: 13509300.

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

Color convert

RGB 180 34 206 -
CMYK 0.13 0.83 0 0.19
HSL 290.93º 0.72% 0.47% -
HSV(B) 290.93º 0.83% 0.81% -
XYZ 30.54 15.3 59.74 -
YUV 97.26 189.37 187.01 -
System Red Green Blue C M Y K H S L
Decimal 180 34 206 0.13 0.83 0 0.19 290.93 0.72 0.47
Hex B4 22 CE D 53 0 13 123 48 2F
Octal 264 42 316 15 123 0 23 443 110 57
Binary 10110100 100010 11001110 1101 1010011 0 10011 100100011 1001000 101111

Color Harmonies of #B422CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B422CE

Black with #B422CE

Text Example


Text Example

White with #B422CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B422CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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