Html Css Color HEX #B223BB Dark Orchid

📋 copy color: '#B223BB'

red 178 ◦ green 35 ◦ blue 187

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

Shades of Dark Orchid #B223BB

Tints of Dark Orchid #B223BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 44.5%
G = 8.75%
B = 46.75%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B223BB (or 0xB223BB) is known color: Dark Orchid. HEX triplet: B2, 23 and BB. RGB value is (178,35,187). Sum of RGB (Red+Green+Blue) = 178+35+187=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #B223BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B223BB is #4DDC44. Grayscale: #5E5E5E. Windows color (decimal): -5102661 or 12264370. OLE color: 12264370.

HSL color Cylindrical-coordinate representation of color #B223BB: hue angle of 296.45º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B223BB is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 35 187 -
CMYK 0.05 0.81 0 0.27
HSL 296.45º 0.68% 0.44% -
HSV(B) 296.45º 0.81% 0.73% -
XYZ 27.93 14.25 48.29 -
YUV 95.09 179.88 187.14 -
System Red Green Blue C M Y K H S L
Decimal 178 35 187 0.05 0.81 0 0.27 296.45 0.68 0.44
Hex B2 23 BB 5 51 0 1B 128 44 2C
Octal 262 43 273 5 121 0 33 450 104 54
Binary 10110010 100011 10111011 101 1010001 0 11011 100101000 1000100 101100

Color Harmonies of #B223BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223BB

Black with #B223BB

Text Example


Text Example

White with #B223BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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