Html Css Color HEX #B430DF Dark Orchid

📋 copy color: '#B430DF'

red 180 ◦ green 48 ◦ blue 223

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

Shades of Dark Orchid #B430DF

Tints of Dark Orchid #B430DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.64%

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 39.91%
G = 10.64%
B = 49.45%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B430DF (or 0xB430DF) is known color: Dark Orchid. HEX triplet: B4, 30 and DF. RGB value is (180,48,223). Sum of RGB (Red+Green+Blue) = 180+48+223=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #B430DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430DF is #4BCF20. Grayscale: #6A6A6A. Windows color (decimal): -4968225 or 14626996. OLE color: 14626996.

HSL color Cylindrical-coordinate representation of color #B430DF: hue angle of 285.26º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B430DF is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 48 223 -
CMYK 0.19 0.78 0 0.13
HSL 285.26º 0.73% 0.53% -
HSV(B) 285.26º 0.78% 0.87% -
XYZ 33.2 17.14 71.37 -
YUV 107.42 193.23 179.77 -
System Red Green Blue C M Y K H S L
Decimal 180 48 223 0.19 0.78 0 0.13 285.26 0.73 0.53
Hex B4 30 DF 13 4E 0 D 11D 49 35
Octal 264 60 337 23 116 0 15 435 111 65
Binary 10110100 110000 11011111 10011 1001110 0 1101 100011101 1001001 110101

Color Harmonies of #B430DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430DF

Black with #B430DF

Text Example


Text Example

White with #B430DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430DF; }

 p { color: rgb(180,48,223); }

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

background-color css

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

 a { background-color: rgb(180,48,223); }

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

border-color css

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

 span { border-color: rgb(180,48,223); }

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