Html Css Color HEX #B223CE Dark Orchid

📋 copy color: '#B223CE'

red 178 ◦ green 35 ◦ blue 206

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

Shades of Dark Orchid #B223CE

Tints of Dark Orchid #B223CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 42.48%
G = 8.35%
B = 49.16%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B223CE (or 0xB223CE) is known color: Dark Orchid. HEX triplet: B2, 23 and CE. RGB value is (178,35,206). Sum of RGB (Red+Green+Blue) = 178+35+206=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #B223CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223CE is #4DDC31. Grayscale: #606060. Windows color (decimal): -5102642 or 13509554. OLE color: 13509554.

HSL color Cylindrical-coordinate representation of color #B223CE: hue angle of 290.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B223CE is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 35 206 -
CMYK 0.14 0.83 0 0.19
HSL 290.18º 0.71% 0.47% -
HSV(B) 290.18º 0.83% 0.81% -
XYZ 30.1 15.12 59.73 -
YUV 97.25 189.38 185.6 -
System Red Green Blue C M Y K H S L
Decimal 178 35 206 0.14 0.83 0 0.19 290.18 0.71 0.47
Hex B2 23 CE E 53 0 13 122 47 2F
Octal 262 43 316 16 123 0 23 442 107 57
Binary 10110010 100011 11001110 1110 1010011 0 10011 100100010 1000111 101111

Color Harmonies of #B223CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223CE

Black with #B223CE

Text Example


Text Example

White with #B223CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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