Html Css Color HEX #B225DA Dark Orchid

📋 copy color: '#B225DA'

red 178 ◦ green 37 ◦ blue 218

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

Shades of Dark Orchid #B225DA

Tints of Dark Orchid #B225DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.35%

R = 41.11%
G = 8.55%
B = 50.35%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B225DA (or 0xB225DA) is known color: Dark Orchid. HEX triplet: B2, 25 and DA. RGB value is (178,37,218). Sum of RGB (Red+Green+Blue) = 178+37+218=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #B225DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B225DA is #4DDA25. Grayscale: #636363. Windows color (decimal): -5102118 or 14296498. OLE color: 14296498.

HSL color Cylindrical-coordinate representation of color #B225DA: hue angle of 286.74º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B225DA is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 37 218 -
CMYK 0.18 0.83 0 0.15
HSL 286.74º 0.71% 0.5% -
HSV(B) 286.74º 0.83% 0.85% -
XYZ 31.68 15.85 67.72 -
YUV 99.79 194.71 183.78 -
System Red Green Blue C M Y K H S L
Decimal 178 37 218 0.18 0.83 0 0.15 286.74 0.71 0.5
Hex B2 25 DA 12 53 0 F 11F 47 32
Octal 262 45 332 22 123 0 17 437 107 62
Binary 10110010 100101 11011010 10010 1010011 0 1111 100011111 1000111 110010

Color Harmonies of #B225DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B225DA

Black with #B225DA

Text Example


Text Example

White with #B225DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B225DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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