Html Css Color HEX #B31CCA Dark Orchid

📋 copy color: '#B31CCA'

red 179 ◦ green 28 ◦ blue 202

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

Shades of Dark Orchid #B31CCA

Tints of Dark Orchid #B31CCA

RGB

 RED value IS 179 (70.31% from 255) = 43.77%

 GREEN value IS 28 (11.33% from 255) = 6.85%

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

R = 43.77%
G = 6.85%
B = 49.39%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B31CCA (or 0xB31CCA) is known color: Dark Orchid. HEX triplet: B3, 1C and CA. RGB value is (179,28,202). Sum of RGB (Red+Green+Blue) = 179+28+202=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #B31CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CCA is #4CE335. Grayscale: #5C5C5C. Windows color (decimal): -5038902 or 13245619. OLE color: 13245619.

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

Color convert

RGB 179 28 202 -
CMYK 0.11 0.86 0 0.21
HSL 292.07º 0.76% 0.45% -
HSV(B) 292.07º 0.86% 0.79% -
XYZ 29.67 14.68 57.15 -
YUV 92.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 179 28 202 0.11 0.86 0 0.21 292.07 0.76 0.45
Hex B3 1C CA B 56 0 15 124 4C 2D
Octal 263 34 312 13 126 0 25 444 114 55
Binary 10110011 11100 11001010 1011 1010110 0 10101 100100100 1001100 101101

Color Harmonies of #B31CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CCA

Black with #B31CCA

Text Example


Text Example

White with #B31CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CCA; }

 p { color: rgb(179,28,202); }

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

background-color css

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

 a { background-color: rgb(179,28,202); }

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

border-color css

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

 span { border-color: rgb(179,28,202); }

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