Html Css Color HEX #B926CD Dark Orchid

📋 copy color: '#B926CD'

red 185 ◦ green 38 ◦ blue 205

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

Shades of Dark Orchid #B926CD

Tints of Dark Orchid #B926CD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.88%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 43.22%
G = 8.88%
B = 47.9%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B926CD (or 0xB926CD) is known color: Dark Orchid. HEX triplet: B9, 26 and CD. RGB value is (185,38,205). Sum of RGB (Red+Green+Blue) = 185+38+205=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #B926CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926CD is #46D932. Grayscale: #646464. Windows color (decimal): -4643123 or 13444793. OLE color: 13444793.

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

Color convert

RGB 185 38 205 -
CMYK 0.10 0.81 0 0.20
HSL 292.81º 0.69% 0.48% -
HSV(B) 292.81º 0.81% 0.8% -
XYZ 31.72 16.11 59.19 -
YUV 100.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 185 38 205 0.10 0.81 0 0.20 292.81 0.69 0.48
Hex B9 26 CD A 51 0 14 125 45 30
Octal 271 46 315 12 121 0 24 445 105 60
Binary 10111001 100110 11001101 1010 1010001 0 10100 100100101 1000101 110000

Color Harmonies of #B926CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B926CD

Black with #B926CD

Text Example


Text Example

White with #B926CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B926CD; }

 p { color: rgb(185,38,205); }

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

background-color css

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

 a { background-color: rgb(185,38,205); }

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

border-color css

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

 span { border-color: rgb(185,38,205); }

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