Html Css Color HEX #B92DD7 Dark Orchid

📋 copy color: '#B92DD7'

red 185 ◦ green 45 ◦ blue 215

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

Shades of Dark Orchid #B92DD7

Tints of Dark Orchid #B92DD7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.11%

 BLUE value IS 215 (84.38% from 255) = 48.31%

R = 41.57%
G = 10.11%
B = 48.31%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B92DD7 (or 0xB92DD7) is known color: Dark Orchid. HEX triplet: B9, 2D and D7. RGB value is (185,45,215). Sum of RGB (Red+Green+Blue) = 185+45+215=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #B92DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DD7 is #46D228. Grayscale: #696969. Windows color (decimal): -4641321 or 14101945. OLE color: 14101945.

HSL color Cylindrical-coordinate representation of color #B92DD7: hue angle of 289.41º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92DD7 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 45 215 -
CMYK 0.14 0.79 0 0.16
HSL 289.41º 0.68% 0.51% -
HSV(B) 289.41º 0.79% 0.84% -
XYZ 33.21 17.1 65.84 -
YUV 106.24 189.38 184.18 -
System Red Green Blue C M Y K H S L
Decimal 185 45 215 0.14 0.79 0 0.16 289.41 0.68 0.51
Hex B9 2D D7 E 4F 0 10 121 44 33
Octal 271 55 327 16 117 0 20 441 104 63
Binary 10111001 101101 11010111 1110 1001111 0 10000 100100001 1000100 110011

Color Harmonies of #B92DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92DD7

Black with #B92DD7

Text Example


Text Example

White with #B92DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92DD7; }

 p { color: rgb(185,45,215); }

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

background-color css

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

 a { background-color: rgb(185,45,215); }

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

border-color css

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

 span { border-color: rgb(185,45,215); }

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