Html Css Color HEX #B625B6 Dark Orchid

📋 copy color: '#B625B6'

red 182 ◦ green 37 ◦ blue 182

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

Shades of Dark Orchid #B625B6

Tints of Dark Orchid #B625B6

RGB

 RED value IS 182 (71.48% from 255) = 45.39%

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

 BLUE value IS 182 (71.48% from 255) = 45.39%

R = 45.39%
G = 9.23%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B625B6 (or 0xB625B6) is known color: Dark Orchid. HEX triplet: B6, 25 and B6. RGB value is (182,37,182). Sum of RGB (Red+Green+Blue) = 182+37+182=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B625B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B625B6 is #49DA49. Grayscale: #606060. Windows color (decimal): -4840010 or 11937206. OLE color: 11937206.

HSL color Cylindrical-coordinate representation of color #B625B6: hue angle of 300º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B625B6 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 37 182 -
CMYK 0 0.80 0 0.29
HSL 300º 0.66% 0.43% -
HSV(B) 300º 0.8% 0.71% -
XYZ 28.4 14.65 45.59 -
YUV 96.89 176.04 188.71 -
System Red Green Blue C M Y K H S L
Decimal 182 37 182 0 0.80 0 0.29 300 0.66 0.43
Hex B6 25 B6 0 50 0 1D 12C 42 2B
Octal 266 45 266 0 120 0 35 454 102 53
Binary 10110110 100101 10110110 0 1010000 0 11101 100101100 1000010 101011

Color Harmonies of #B625B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B625B6

Black with #B625B6

Text Example


Text Example

White with #B625B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B625B6; }

 p { color: rgb(182,37,182); }

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

background-color css

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

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

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

border-color css

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

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

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