Html Css Color HEX #8223BC Dark Orchid

📋 copy color: '#8223BC'

red 130 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #8223BC

Tints of Dark Orchid #8223BC

RGB

 RED value IS 130 (51.17% from 255) = 36.83%

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 36.83%
G = 9.92%
B = 53.26%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8223BC (or 0x8223BC) is known color: Dark Orchid. HEX triplet: 82, 23 and BC. RGB value is (130,35,188). Sum of RGB (Red+Green+Blue) = 130+35+188=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #8223BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8223BC is #7DDC43. Grayscale: #505050. Windows color (decimal): -8248388 or 12329858. OLE color: 12329858.

HSL color Cylindrical-coordinate representation of color #8223BC: hue angle of 277.25º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8223BC is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 35 188 -
CMYK 0.31 0.81 0 0.26
HSL 277.25º 0.69% 0.44% -
HSV(B) 277.25º 0.81% 0.74% -
XYZ 18.88 9.58 48.43 -
YUV 80.85 188.47 163.06 -
System Red Green Blue C M Y K H S L
Decimal 130 35 188 0.31 0.81 0 0.26 277.25 0.69 0.44
Hex 82 23 BC 1F 51 0 1A 115 45 2C
Octal 202 43 274 37 121 0 32 425 105 54
Binary 10000010 100011 10111100 11111 1010001 0 11010 100010101 1000101 101100

Color Harmonies of #8223BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8223BC

Black with #8223BC

Text Example


Text Example

White with #8223BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8223BC; }

 p { color: rgb(130,35,188); }

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

background-color css

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

 a { background-color: rgb(130,35,188); }

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

border-color css

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

 span { border-color: rgb(130,35,188); }

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