Html Css Color HEX #B225CE Dark Orchid

📋 copy color: '#B225CE'

red 178 ◦ green 37 ◦ blue 206

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

Shades of Dark Orchid #B225CE

Tints of Dark Orchid #B225CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 42.28%
G = 8.79%
B = 48.93%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B225CE (or 0xB225CE) is known color: Dark Orchid. HEX triplet: B2, 25 and CE. RGB value is (178,37,206). Sum of RGB (Red+Green+Blue) = 178+37+206=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #B225CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B225CE is #4DDA31. Grayscale: #616161. Windows color (decimal): -5102130 or 13510066. OLE color: 13510066.

HSL color Cylindrical-coordinate representation of color #B225CE: hue angle of 290.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B225CE is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 37 206 -
CMYK 0.14 0.82 0 0.19
HSL 290.06º 0.7% 0.48% -
HSV(B) 290.06º 0.82% 0.81% -
XYZ 30.16 15.24 59.75 -
YUV 98.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 178 37 206 0.14 0.82 0 0.19 290.06 0.7 0.48
Hex B2 25 CE E 52 0 13 122 46 30
Octal 262 45 316 16 122 0 23 442 106 60
Binary 10110010 100101 11001110 1110 1010010 0 10011 100100010 1000110 110000

Color Harmonies of #B225CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B225CE

Black with #B225CE

Text Example


Text Example

White with #B225CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B225CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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