Html Css Color HEX #B231DF Dark Orchid

📋 copy color: '#B231DF'

red 178 ◦ green 49 ◦ blue 223

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

Shades of Dark Orchid #B231DF

Tints of Dark Orchid #B231DF

RGB

 RED value IS 178 (69.92% from 255) = 39.56%

 GREEN value IS 49 (19.53% from 255) = 10.89%

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

R = 39.56%
G = 10.89%
B = 49.56%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B231DF (or 0xB231DF) is known color: Dark Orchid. HEX triplet: B2, 31 and DF. RGB value is (178,49,223). Sum of RGB (Red+Green+Blue) = 178+49+223=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #B231DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231DF is #4DCE20. Grayscale: #6A6A6A. Windows color (decimal): -5099041 or 14627250. OLE color: 14627250.

HSL color Cylindrical-coordinate representation of color #B231DF: hue angle of 284.48º 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 #B231DF is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 49 223 -
CMYK 0.20 0.78 0 0.13
HSL 284.48º 0.73% 0.53% -
HSV(B) 284.48º 0.78% 0.87% -
XYZ 32.78 16.99 71.36 -
YUV 107.41 193.24 178.35 -
System Red Green Blue C M Y K H S L
Decimal 178 49 223 0.20 0.78 0 0.13 284.48 0.73 0.53
Hex B2 31 DF 14 4E 0 D 11C 49 35
Octal 262 61 337 24 116 0 15 434 111 65
Binary 10110010 110001 11011111 10100 1001110 0 1101 100011100 1001001 110101

Color Harmonies of #B231DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B231DF

Black with #B231DF

Text Example


Text Example

White with #B231DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B231DF; }

 p { color: rgb(178,49,223); }

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

background-color css

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

 a { background-color: rgb(178,49,223); }

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

border-color css

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

 span { border-color: rgb(178,49,223); }

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