Html Css Color HEX #B925CE Dark Orchid

📋 copy color: '#B925CE'

red 185 ◦ green 37 ◦ blue 206

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

Shades of Dark Orchid #B925CE

Tints of Dark Orchid #B925CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 43.22%
G = 8.64%
B = 48.13%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B925CE (or 0xB925CE) is known color: Dark Orchid. HEX triplet: B9, 25 and CE. RGB value is (185,37,206). Sum of RGB (Red+Green+Blue) = 185+37+206=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #B925CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B925CE is #46DA31. Grayscale: #636363. Windows color (decimal): -4643378 or 13510073. OLE color: 13510073.

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

Color convert

RGB 185 37 206 -
CMYK 0.10 0.82 0 0.19
HSL 292.54º 0.7% 0.48% -
HSV(B) 292.54º 0.82% 0.81% -
XYZ 31.81 16.09 59.82 -
YUV 100.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 185 37 206 0.10 0.82 0 0.19 292.54 0.7 0.48
Hex B9 25 CE A 52 0 13 125 46 30
Octal 271 45 316 12 122 0 23 445 106 60
Binary 10111001 100101 11001110 1010 1010010 0 10011 100100101 1000110 110000

Color Harmonies of #B925CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B925CE

Black with #B925CE

Text Example


Text Example

White with #B925CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B925CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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