Html Css Color HEX #B225BA Dark Orchid

📋 copy color: '#B225BA'

red 178 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #B225BA

Tints of Dark Orchid #B225BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.23%

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 44.39%
G = 9.23%
B = 46.38%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B225BA (or 0xB225BA) is known color: Dark Orchid. HEX triplet: B2, 25 and BA. RGB value is (178,37,186). Sum of RGB (Red+Green+Blue) = 178+37+186=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #B225BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B225BA is #4DDA45. Grayscale: #5F5F5F. Windows color (decimal): -5102150 or 12199346. OLE color: 12199346.

HSL color Cylindrical-coordinate representation of color #B225BA: hue angle of 296.78º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B225BA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 37 186 -
CMYK 0.04 0.80 0 0.27
HSL 296.78º 0.67% 0.44% -
HSV(B) 296.78º 0.8% 0.73% -
XYZ 27.88 14.33 47.75 -
YUV 96.15 178.71 186.38 -
System Red Green Blue C M Y K H S L
Decimal 178 37 186 0.04 0.80 0 0.27 296.78 0.67 0.44
Hex B2 25 BA 4 50 0 1B 129 43 2C
Octal 262 45 272 4 120 0 33 451 103 54
Binary 10110010 100101 10111010 100 1010000 0 11011 100101001 1000011 101100

Color Harmonies of #B225BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B225BA

Black with #B225BA

Text Example


Text Example

White with #B225BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B225BA; }

 p { color: rgb(178,37,186); }

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

background-color css

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

 a { background-color: rgb(178,37,186); }

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

border-color css

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

 span { border-color: rgb(178,37,186); }

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