Html Css Color HEX #B925CB Dark Orchid

📋 copy color: '#B925CB'

red 185 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #B925CB

Tints of Dark Orchid #B925CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 43.53%
G = 8.71%
B = 47.76%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B925CB (or 0xB925CB) is known color: Dark Orchid. HEX triplet: B9, 25 and CB. RGB value is (185,37,203). Sum of RGB (Red+Green+Blue) = 185+37+203=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #B925CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B925CB is #46DA34. Grayscale: #636363. Windows color (decimal): -4643381 or 13313465. OLE color: 13313465.

HSL color Cylindrical-coordinate representation of color #B925CB: hue angle of 293.49º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B925CB is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 37 203 -
CMYK 0.09 0.82 0 0.20
HSL 293.49º 0.69% 0.47% -
HSV(B) 293.49º 0.82% 0.8% -
XYZ 31.45 15.95 57.92 -
YUV 100.18 186.03 188.5 -
System Red Green Blue C M Y K H S L
Decimal 185 37 203 0.09 0.82 0 0.20 293.49 0.69 0.47
Hex B9 25 CB 9 52 0 14 125 45 2F
Octal 271 45 313 11 122 0 24 445 105 57
Binary 10111001 100101 11001011 1001 1010010 0 10100 100100101 1000101 101111

Color Harmonies of #B925CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B925CB

Black with #B925CB

Text Example


Text Example

White with #B925CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B925CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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