Html Css Color HEX #B424BF Dark Orchid

📋 copy color: '#B424BF'

red 180 ◦ green 36 ◦ blue 191

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

Shades of Dark Orchid #B424BF

Tints of Dark Orchid #B424BF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.85%

 BLUE value IS 191 (75% from 255) = 46.93%

R = 44.23%
G = 8.85%
B = 46.93%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B424BF (or 0xB424BF) is known color: Dark Orchid. HEX triplet: B4, 24 and BF. RGB value is (180,36,191). Sum of RGB (Red+Green+Blue) = 180+36+191=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #B424BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424BF is #4BDB40. Grayscale: #606060. Windows color (decimal): -4971329 or 12526772. OLE color: 12526772.

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

Color convert

RGB 180 36 191 -
CMYK 0.06 0.81 0 0.25
HSL 295.74º 0.68% 0.45% -
HSV(B) 295.74º 0.81% 0.75% -
XYZ 28.86 14.73 50.61 -
YUV 96.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 180 36 191 0.06 0.81 0 0.25 295.74 0.68 0.45
Hex B4 24 BF 6 51 0 19 128 44 2D
Octal 264 44 277 6 121 0 31 450 104 55
Binary 10110100 100100 10111111 110 1010001 0 11001 100101000 1000100 101101

Color Harmonies of #B424BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424BF

Black with #B424BF

Text Example


Text Example

White with #B424BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424BF; }

 p { color: rgb(180,36,191); }

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

background-color css

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

 a { background-color: rgb(180,36,191); }

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

border-color css

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

 span { border-color: rgb(180,36,191); }

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