Html Css Color HEX #B625DA Dark Orchid

📋 copy color: '#B625DA'

red 182 ◦ green 37 ◦ blue 218

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

Shades of Dark Orchid #B625DA

Tints of Dark Orchid #B625DA

RGB

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

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

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

R = 41.65%
G = 8.47%
B = 49.89%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B625DA (or 0xB625DA) is known color: Dark Orchid. HEX triplet: B6, 25 and DA. RGB value is (182,37,218). Sum of RGB (Red+Green+Blue) = 182+37+218=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #B625DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B625DA is #49DA25. Grayscale: #646464. Windows color (decimal): -4839974 or 14296502. OLE color: 14296502.

HSL color Cylindrical-coordinate representation of color #B625DA: hue angle of 288.07º 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 #B625DA is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 37 218 -
CMYK 0.17 0.83 0 0.15
HSL 288.07º 0.71% 0.5% -
HSV(B) 288.07º 0.83% 0.85% -
XYZ 32.61 16.33 67.76 -
YUV 100.99 194.04 185.78 -
System Red Green Blue C M Y K H S L
Decimal 182 37 218 0.17 0.83 0 0.15 288.07 0.71 0.5
Hex B6 25 DA 11 53 0 F 120 47 32
Octal 266 45 332 21 123 0 17 440 107 62
Binary 10110110 100101 11011010 10001 1010011 0 1111 100100000 1000111 110010

Color Harmonies of #B625DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B625DA

Black with #B625DA

Text Example


Text Example

White with #B625DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B625DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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