Html Css Color HEX #B223BD Dark Orchid

📋 copy color: '#B223BD'

red 178 ◦ green 35 ◦ blue 189

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

Shades of Dark Orchid #B223BD

Tints of Dark Orchid #B223BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 44.28%
G = 8.71%
B = 47.01%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B223BD (or 0xB223BD) is known color: Dark Orchid. HEX triplet: B2, 23 and BD. RGB value is (178,35,189). Sum of RGB (Red+Green+Blue) = 178+35+189=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #B223BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223BD is #4DDC42. Grayscale: #5E5E5E. Windows color (decimal): -5102659 or 12395442. OLE color: 12395442.

HSL color Cylindrical-coordinate representation of color #B223BD: hue angle of 295.71º 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 #B223BD is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 35 189 -
CMYK 0.06 0.81 0 0.26
HSL 295.71º 0.69% 0.44% -
HSV(B) 295.71º 0.81% 0.74% -
XYZ 28.15 14.34 49.43 -
YUV 95.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 178 35 189 0.06 0.81 0 0.26 295.71 0.69 0.44
Hex B2 23 BD 6 51 0 1A 128 45 2C
Octal 262 43 275 6 121 0 32 450 105 54
Binary 10110010 100011 10111101 110 1010001 0 11010 100101000 1000101 101100

Color Harmonies of #B223BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223BD

Black with #B223BD

Text Example


Text Example

White with #B223BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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