Html Css Color HEX #B725D3 Dark Orchid

📋 copy color: '#B725D3'

red 183 ◦ green 37 ◦ blue 211

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

Shades of Dark Orchid #B725D3

Tints of Dark Orchid #B725D3

RGB

 RED value IS 183 (71.88% from 255) = 42.46%

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

 BLUE value IS 211 (82.81% from 255) = 48.96%

R = 42.46%
G = 8.58%
B = 48.96%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B725D3 (or 0xB725D3) is known color: Dark Orchid. HEX triplet: B7, 25 and D3. RGB value is (183,37,211). Sum of RGB (Red+Green+Blue) = 183+37+211=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #B725D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725D3 is #48DA2C. Grayscale: #636363. Windows color (decimal): -4774445 or 13837751. OLE color: 13837751.

HSL color Cylindrical-coordinate representation of color #B725D3: hue angle of 290.34º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B725D3 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 37 211 -
CMYK 0.13 0.82 0 0.17
HSL 290.34º 0.7% 0.49% -
HSV(B) 290.34º 0.82% 0.83% -
XYZ 31.95 16.09 63.05 -
YUV 100.49 190.37 186.85 -
System Red Green Blue C M Y K H S L
Decimal 183 37 211 0.13 0.82 0 0.17 290.34 0.7 0.49
Hex B7 25 D3 D 52 0 11 122 46 31
Octal 267 45 323 15 122 0 21 442 106 61
Binary 10110111 100101 11010011 1101 1010010 0 10001 100100010 1000110 110001

Color Harmonies of #B725D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725D3

Black with #B725D3

Text Example


Text Example

White with #B725D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725D3; }

 p { color: rgb(183,37,211); }

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

background-color css

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

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

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

border-color css

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

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

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