Html Css Color HEX #B223C6 Dark Orchid

📋 copy color: '#B223C6'

red 178 ◦ green 35 ◦ blue 198

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

Shades of Dark Orchid #B223C6

Tints of Dark Orchid #B223C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.18%

R = 43.31%
G = 8.52%
B = 48.18%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B223C6 (or 0xB223C6) is known color: Dark Orchid. HEX triplet: B2, 23 and C6. RGB value is (178,35,198). Sum of RGB (Red+Green+Blue) = 178+35+198=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #B223C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223C6 is #4DDC39. Grayscale: #5F5F5F. Windows color (decimal): -5102650 or 12985266. OLE color: 12985266.

HSL color Cylindrical-coordinate representation of color #B223C6: hue angle of 292.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B223C6 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 35 198 -
CMYK 0.10 0.82 0 0.22
HSL 292.64º 0.7% 0.46% -
HSV(B) 292.64º 0.82% 0.78% -
XYZ 29.15 14.74 54.74 -
YUV 96.34 185.38 186.25 -
System Red Green Blue C M Y K H S L
Decimal 178 35 198 0.10 0.82 0 0.22 292.64 0.7 0.46
Hex B2 23 C6 A 52 0 16 125 46 2E
Octal 262 43 306 12 122 0 26 445 106 56
Binary 10110010 100011 11000110 1010 1010010 0 10110 100100101 1000110 101110

Color Harmonies of #B223C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223C6

Black with #B223C6

Text Example


Text Example

White with #B223C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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