Html Css Color HEX #B925D0 Dark Orchid

📋 copy color: '#B925D0'

red 185 ◦ green 37 ◦ blue 208

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

Shades of Dark Orchid #B925D0

Tints of Dark Orchid #B925D0

RGB

 RED value IS 185 (72.66% from 255) = 43.02%

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

 BLUE value IS 208 (81.64% from 255) = 48.37%

R = 43.02%
G = 8.6%
B = 48.37%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B925D0 (or 0xB925D0) is known color: Dark Orchid. HEX triplet: B9, 25 and D0. RGB value is (185,37,208). Sum of RGB (Red+Green+Blue) = 185+37+208=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #B925D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B925D0 is #46DA2F. Grayscale: #646464. Windows color (decimal): -4643376 or 13641145. OLE color: 13641145.

HSL color Cylindrical-coordinate representation of color #B925D0: hue angle of 291.93º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B925D0 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 37 208 -
CMYK 0.11 0.82 0 0.18
HSL 291.93º 0.7% 0.48% -
HSV(B) 291.93º 0.82% 0.82% -
XYZ 32.05 16.19 61.11 -
YUV 100.75 188.53 188.1 -
System Red Green Blue C M Y K H S L
Decimal 185 37 208 0.11 0.82 0 0.18 291.93 0.7 0.48
Hex B9 25 D0 B 52 0 12 124 46 30
Octal 271 45 320 13 122 0 22 444 106 60
Binary 10111001 100101 11010000 1011 1010010 0 10010 100100100 1000110 110000

Color Harmonies of #B925D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B925D0

Black with #B925D0

Text Example


Text Example

White with #B925D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B925D0; }

 p { color: rgb(185,37,208); }

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

background-color css

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

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

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

border-color css

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

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

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