Html Css Color HEX #B425AF Dark Orchid

📋 copy color: '#B425AF'

red 180 ◦ green 37 ◦ blue 175

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

Shades of Dark Orchid #B425AF

Tints of Dark Orchid #B425AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.64%

R = 45.92%
G = 9.44%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B425AF (or 0xB425AF) is known color: Dark Orchid. HEX triplet: B4, 25 and AF. RGB value is (180,37,175). Sum of RGB (Red+Green+Blue) = 180+37+175=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B425AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B425AF is #4BDA50. Grayscale: #5F5F5F. Windows color (decimal): -4971089 or 11478452. OLE color: 11478452.

HSL color Cylindrical-coordinate representation of color #B425AF: hue angle of 302.1º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B425AF is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 175 -
CMYK 0 0.79 0.03 0.29
HSL 302.1º 0.66% 0.43% -
HSV(B) 302.1º 0.79% 0.71% -
XYZ 27.22 14.12 41.85 -
YUV 95.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 180 37 175 0 0.79 0.03 0.29 302.1 0.66 0.43
Hex B4 25 AF 0 4F 3 1D 12E 42 2B
Octal 264 45 257 0 117 3 35 456 102 53
Binary 10110100 100101 10101111 0 1001111 11 11101 100101110 1000010 101011

Color Harmonies of #B425AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B425AF

Black with #B425AF

Text Example


Text Example

White with #B425AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B425AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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