Html Css Color HEX #B421CE Dark Orchid

📋 copy color: '#B421CE'

red 180 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #B421CE

Tints of Dark Orchid #B421CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.88%

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

R = 42.96%
G = 7.88%
B = 49.16%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B421CE (or 0xB421CE) is known color: Dark Orchid. HEX triplet: B4, 21 and CE. RGB value is (180,33,206). Sum of RGB (Red+Green+Blue) = 180+33+206=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #B421CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421CE is #4BDE31. Grayscale: #606060. Windows color (decimal): -4972082 or 13509044. OLE color: 13509044.

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

Color convert

RGB 180 33 206 -
CMYK 0.13 0.84 0 0.19
HSL 290.98º 0.72% 0.47% -
HSV(B) 290.98º 0.84% 0.81% -
XYZ 30.51 15.25 59.73 -
YUV 96.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 180 33 206 0.13 0.84 0 0.19 290.98 0.72 0.47
Hex B4 21 CE D 54 0 13 123 48 2F
Octal 264 41 316 15 124 0 23 443 110 57
Binary 10110100 100001 11001110 1101 1010100 0 10011 100100011 1001000 101111

Color Harmonies of #B421CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421CE

Black with #B421CE

Text Example


Text Example

White with #B421CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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