Html Css Color HEX #B625BB Dark Orchid

📋 copy color: '#B625BB'

red 182 ◦ green 37 ◦ blue 187

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

Shades of Dark Orchid #B625BB

Tints of Dark Orchid #B625BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 44.83%
G = 9.11%
B = 46.06%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B625BB (or 0xB625BB) is known color: Dark Orchid. HEX triplet: B6, 25 and BB. RGB value is (182,37,187). Sum of RGB (Red+Green+Blue) = 182+37+187=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #B625BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B625BB is #49DA44. Grayscale: #616161. Windows color (decimal): -4840005 or 12264886. OLE color: 12264886.

HSL color Cylindrical-coordinate representation of color #B625BB: hue angle of 298º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B625BB is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 37 187 -
CMYK 0.03 0.80 0 0.27
HSL 298º 0.67% 0.44% -
HSV(B) 298º 0.8% 0.73% -
XYZ 28.92 14.86 48.36 -
YUV 97.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 182 37 187 0.03 0.80 0 0.27 298 0.67 0.44
Hex B6 25 BB 3 50 0 1B 12A 43 2C
Octal 266 45 273 3 120 0 33 452 103 54
Binary 10110110 100101 10111011 11 1010000 0 11011 100101010 1000011 101100

Color Harmonies of #B625BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B625BB

Black with #B625BB

Text Example


Text Example

White with #B625BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B625BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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