Html Css Color HEX #B431CC Dark Orchid

📋 copy color: '#B431CC'

red 180 ◦ green 49 ◦ blue 204

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

Shades of Dark Orchid #B431CC

Tints of Dark Orchid #B431CC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.32%

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 41.57%
G = 11.32%
B = 47.11%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B431CC (or 0xB431CC) is known color: Dark Orchid. HEX triplet: B4, 31 and CC. RGB value is (180,49,204). Sum of RGB (Red+Green+Blue) = 180+49+204=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #B431CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431CC is #4BCE33. Grayscale: #696969. Windows color (decimal): -4967988 or 13382068. OLE color: 13382068.

HSL color Cylindrical-coordinate representation of color #B431CC: hue angle of 290.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B431CC is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 49 204 -
CMYK 0.12 0.76 0 0.2
HSL 290.71º 0.61% 0.5% -
HSV(B) 290.71º 0.76% 0.8% -
XYZ 30.82 16.26 58.64 -
YUV 105.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 180 49 204 0.12 0.76 0 0.2 290.71 0.61 0.5
Hex B4 31 CC C 4C 0 14 123 3D 32
Octal 264 61 314 14 114 0 24 443 75 62
Binary 10110100 110001 11001100 1100 1001100 0 10100 100100011 111101 110010

Color Harmonies of #B431CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B431CC

Black with #B431CC

Text Example


Text Example

White with #B431CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B431CC; }

 p { color: rgb(180,49,204); }

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

background-color css

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

 a { background-color: rgb(180,49,204); }

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

border-color css

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

 span { border-color: rgb(180,49,204); }

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