Html Css Color HEX #B425CB Dark Orchid

📋 copy color: '#B425CB'

red 180 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #B425CB

Tints of Dark Orchid #B425CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 42.86%
G = 8.81%
B = 48.33%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B425CB (or 0xB425CB) is known color: Dark Orchid. HEX triplet: B4, 25 and CB. RGB value is (180,37,203). Sum of RGB (Red+Green+Blue) = 180+37+203=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #B425CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B425CB is #4BDA34. Grayscale: #626262. Windows color (decimal): -4971061 or 13313460. OLE color: 13313460.

HSL color Cylindrical-coordinate representation of color #B425CB: hue angle of 291.69º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B425CB is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 37 203 -
CMYK 0.11 0.82 0 0.20
HSL 291.69º 0.69% 0.47% -
HSV(B) 291.69º 0.82% 0.8% -
XYZ 30.26 15.34 57.87 -
YUV 98.68 186.88 186 -
System Red Green Blue C M Y K H S L
Decimal 180 37 203 0.11 0.82 0 0.20 291.69 0.69 0.47
Hex B4 25 CB B 52 0 14 124 45 2F
Octal 264 45 313 13 122 0 24 444 105 57
Binary 10110100 100101 11001011 1011 1010010 0 10100 100100100 1000101 101111

Color Harmonies of #B425CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B425CB

Black with #B425CB

Text Example


Text Example

White with #B425CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B425CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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