Html Css Color HEX #B223C0 Dark Orchid

📋 copy color: '#B223C0'

red 178 ◦ green 35 ◦ blue 192

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

Shades of Dark Orchid #B223C0

Tints of Dark Orchid #B223C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 43.95%
G = 8.64%
B = 47.41%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B223C0 (or 0xB223C0) is known color: Dark Orchid. HEX triplet: B2, 23 and C0. RGB value is (178,35,192). Sum of RGB (Red+Green+Blue) = 178+35+192=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #B223C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223C0 is #4DDC3F. Grayscale: #5F5F5F. Windows color (decimal): -5102656 or 12592050. OLE color: 12592050.

HSL color Cylindrical-coordinate representation of color #B223C0: hue angle of 294.65º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B223C0 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 35 192 -
CMYK 0.07 0.82 0 0.25
HSL 294.65º 0.69% 0.45% -
HSV(B) 294.65º 0.82% 0.75% -
XYZ 28.48 14.47 51.16 -
YUV 95.66 182.38 186.73 -
System Red Green Blue C M Y K H S L
Decimal 178 35 192 0.07 0.82 0 0.25 294.65 0.69 0.45
Hex B2 23 C0 7 52 0 19 127 45 2D
Octal 262 43 300 7 122 0 31 447 105 55
Binary 10110010 100011 11000000 111 1010010 0 11001 100100111 1000101 101101

Color Harmonies of #B223C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223C0

Black with #B223C0

Text Example


Text Example

White with #B223C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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