Html Css Color HEX #B025BA Dark Orchid

📋 copy color: '#B025BA'

red 176 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #B025BA

Tints of Dark Orchid #B025BA

RGB

 RED value IS 176 (69.14% from 255) = 44.11%

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

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

R = 44.11%
G = 9.27%
B = 46.62%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B025BA (or 0xB025BA) is known color: Dark Orchid. HEX triplet: B0, 25 and BA. RGB value is (176,37,186). Sum of RGB (Red+Green+Blue) = 176+37+186=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #B025BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B025BA is #4FDA45. Grayscale: #5F5F5F. Windows color (decimal): -5233222 or 12199344. OLE color: 12199344.

HSL color Cylindrical-coordinate representation of color #B025BA: hue angle of 295.97º 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 #B025BA is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 37 186 -
CMYK 0.05 0.80 0 0.27
HSL 295.97º 0.67% 0.44% -
HSV(B) 295.97º 0.8% 0.73% -
XYZ 27.43 14.1 47.73 -
YUV 95.55 179.05 185.38 -
System Red Green Blue C M Y K H S L
Decimal 176 37 186 0.05 0.80 0 0.27 295.97 0.67 0.44
Hex B0 25 BA 5 50 0 1B 128 43 2C
Octal 260 45 272 5 120 0 33 450 103 54
Binary 10110000 100101 10111010 101 1010000 0 11011 100101000 1000011 101100

Color Harmonies of #B025BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B025BA

Black with #B025BA

Text Example


Text Example

White with #B025BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B025BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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