Html Css Color HEX #B223DA Dark Orchid

📋 copy color: '#B223DA'

red 178 ◦ green 35 ◦ blue 218

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

Shades of Dark Orchid #B223DA

Tints of Dark Orchid #B223DA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.12%

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 41.3%
G = 8.12%
B = 50.58%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B223DA (or 0xB223DA) is known color: Dark Orchid. HEX triplet: B2, 23 and DA. RGB value is (178,35,218). Sum of RGB (Red+Green+Blue) = 178+35+218=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #B223DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223DA is #4DDC25. Grayscale: #626262. Windows color (decimal): -5102630 or 14295986. OLE color: 14295986.

HSL color Cylindrical-coordinate representation of color #B223DA: hue angle of 286.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B223DA is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 35 218 -
CMYK 0.18 0.84 0 0.15
HSL 286.89º 0.72% 0.5% -
HSV(B) 286.89º 0.84% 0.85% -
XYZ 31.62 15.73 67.7 -
YUV 98.62 195.38 184.62 -
System Red Green Blue C M Y K H S L
Decimal 178 35 218 0.18 0.84 0 0.15 286.89 0.72 0.5
Hex B2 23 DA 12 54 0 F 11F 48 32
Octal 262 43 332 22 124 0 17 437 110 62
Binary 10110010 100011 11011010 10010 1010100 0 1111 100011111 1001000 110010

Color Harmonies of #B223DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223DA

Black with #B223DA

Text Example


Text Example

White with #B223DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223DA; }

 p { color: rgb(178,35,218); }

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

background-color css

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

 a { background-color: rgb(178,35,218); }

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

border-color css

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

 span { border-color: rgb(178,35,218); }

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