Html Css Color HEX #B421CA Dark Orchid

📋 copy color: '#B421CA'

red 180 ◦ green 33 ◦ blue 202

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

Shades of Dark Orchid #B421CA

Tints of Dark Orchid #B421CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 43.37%
G = 7.95%
B = 48.67%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B421CA (or 0xB421CA) is known color: Dark Orchid. HEX triplet: B4, 21 and CA. RGB value is (180,33,202). Sum of RGB (Red+Green+Blue) = 180+33+202=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #B421CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421CA is #4BDE35. Grayscale: #5F5F5F. Windows color (decimal): -4972086 or 13246900. OLE color: 13246900.

HSL color Cylindrical-coordinate representation of color #B421CA: hue angle of 292.19º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B421CA is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 33 202 -
CMYK 0.11 0.84 0 0.21
HSL 292.19º 0.72% 0.46% -
HSV(B) 292.19º 0.84% 0.79% -
XYZ 30.03 15.06 57.2 -
YUV 96.22 187.7 187.76 -
System Red Green Blue C M Y K H S L
Decimal 180 33 202 0.11 0.84 0 0.21 292.19 0.72 0.46
Hex B4 21 CA B 54 0 15 124 48 2E
Octal 264 41 312 13 124 0 25 444 110 56
Binary 10110100 100001 11001010 1011 1010100 0 10101 100100100 1001000 101110

Color Harmonies of #B421CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421CA

Black with #B421CA

Text Example


Text Example

White with #B421CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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