Html Css Color HEX #B230DF Dark Orchid

📋 copy color: '#B230DF'

red 178 ◦ green 48 ◦ blue 223

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

Shades of Dark Orchid #B230DF

Tints of Dark Orchid #B230DF

RGB

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

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

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

R = 39.64%
G = 10.69%
B = 49.67%

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

#B230DF (or 0xB230DF) is known color: Dark Orchid. HEX triplet: B2, 30 and DF. RGB value is (178,48,223). Sum of RGB (Red+Green+Blue) = 178+48+223=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #B230DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B230DF is #4DCF20. Grayscale: #6A6A6A. Windows color (decimal): -5099297 or 14626994. OLE color: 14626994.

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

Color convert

RGB 178 48 223 -
CMYK 0.20 0.78 0 0.13
HSL 284.57º 0.73% 0.53% -
HSV(B) 284.57º 0.78% 0.87% -
XYZ 32.74 16.91 71.35 -
YUV 106.82 193.57 178.77 -
System Red Green Blue C M Y K H S L
Decimal 178 48 223 0.20 0.78 0 0.13 284.57 0.73 0.53
Hex B2 30 DF 14 4E 0 D 11D 49 35
Octal 262 60 337 24 116 0 15 435 111 65
Binary 10110010 110000 11011111 10100 1001110 0 1101 100011101 1001001 110101

Color Harmonies of #B230DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B230DF

Black with #B230DF

Text Example


Text Example

White with #B230DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B230DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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