Html Css Color HEX #B225B1 Dark Orchid

📋 copy color: '#B225B1'

red 178 ◦ green 37 ◦ blue 177

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

Shades of Dark Orchid #B225B1

Tints of Dark Orchid #B225B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.15%

R = 45.41%
G = 9.44%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B225B1 (or 0xB225B1) is known color: Dark Orchid. HEX triplet: B2, 25 and B1. RGB value is (178,37,177). Sum of RGB (Red+Green+Blue) = 178+37+177=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B225B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B225B1 is #4DDA4E. Grayscale: #5E5E5E. Windows color (decimal): -5102159 or 11609522. OLE color: 11609522.

HSL color Cylindrical-coordinate representation of color #B225B1: hue angle of 300.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B225B1 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 37 177 -
CMYK 0 0.79 0.01 0.30
HSL 300.43º 0.66% 0.42% -
HSV(B) 300.43º 0.79% 0.7% -
XYZ 26.96 13.96 42.87 -
YUV 95.12 174.21 187.12 -
System Red Green Blue C M Y K H S L
Decimal 178 37 177 0 0.79 0.01 0.30 300.43 0.66 0.42
Hex B2 25 B1 0 4F 1 1E 12C 42 2A
Octal 262 45 261 0 117 1 36 454 102 52
Binary 10110010 100101 10110001 0 1001111 1 11110 100101100 1000010 101010

Color Harmonies of #B225B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B225B1

Black with #B225B1

Text Example


Text Example

White with #B225B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B225B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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