Html Css Color HEX #B625BC Dark Orchid

📋 copy color: '#B625BC'

red 182 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #B625BC

Tints of Dark Orchid #B625BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 44.72%
G = 9.09%
B = 46.19%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B625BC (or 0xB625BC) is known color: Dark Orchid. HEX triplet: B6, 25 and BC. RGB value is (182,37,188). Sum of RGB (Red+Green+Blue) = 182+37+188=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #B625BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B625BC is #49DA43. Grayscale: #616161. Windows color (decimal): -4840004 or 12330422. OLE color: 12330422.

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

Color convert

RGB 182 37 188 -
CMYK 0.03 0.80 0 0.26
HSL 297.62º 0.67% 0.44% -
HSV(B) 297.62º 0.8% 0.74% -
XYZ 29.03 14.9 48.92 -
YUV 97.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 182 37 188 0.03 0.80 0 0.26 297.62 0.67 0.44
Hex B6 25 BC 3 50 0 1A 12A 43 2C
Octal 266 45 274 3 120 0 32 452 103 54
Binary 10110110 100101 10111100 11 1010000 0 11010 100101010 1000011 101100

Color Harmonies of #B625BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B625BC

Black with #B625BC

Text Example


Text Example

White with #B625BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B625BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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