Html Css Color HEX #B425C1 Dark Orchid

📋 copy color: '#B425C1'

red 180 ◦ green 37 ◦ blue 193

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

Shades of Dark Orchid #B425C1

Tints of Dark Orchid #B425C1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.02%

 BLUE value IS 193 (75.78% from 255) = 47.07%

R = 43.9%
G = 9.02%
B = 47.07%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B425C1 (or 0xB425C1) is known color: Dark Orchid. HEX triplet: B4, 25 and C1. RGB value is (180,37,193). Sum of RGB (Red+Green+Blue) = 180+37+193=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #B425C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B425C1 is #4BDA3E. Grayscale: #616161. Windows color (decimal): -4971071 or 12658100. OLE color: 12658100.

HSL color Cylindrical-coordinate representation of color #B425C1: hue angle of 295º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B425C1 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 37 193 -
CMYK 0.07 0.81 0 0.24
HSL 295º 0.68% 0.45% -
HSV(B) 295º 0.81% 0.76% -
XYZ 29.11 14.88 51.79 -
YUV 97.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 180 37 193 0.07 0.81 0 0.24 295 0.68 0.45
Hex B4 25 C1 7 51 0 18 127 44 2D
Octal 264 45 301 7 121 0 30 447 104 55
Binary 10110100 100101 11000001 111 1010001 0 11000 100100111 1000100 101101

Color Harmonies of #B425C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B425C1

Black with #B425C1

Text Example


Text Example

White with #B425C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B425C1; }

 p { color: rgb(180,37,193); }

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

background-color css

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

 a { background-color: rgb(180,37,193); }

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

border-color css

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

 span { border-color: rgb(180,37,193); }

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