Html Css Color HEX #B92DDA Dark Orchid

📋 copy color: '#B92DDA'

red 185 ◦ green 45 ◦ blue 218

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

Shades of Dark Orchid #B92DDA

Tints of Dark Orchid #B92DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 41.29%
G = 10.04%
B = 48.66%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B92DDA (or 0xB92DDA) is known color: Dark Orchid. HEX triplet: B9, 2D and DA. RGB value is (185,45,218). Sum of RGB (Red+Green+Blue) = 185+45+218=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #B92DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DDA is #46D225. Grayscale: #6A6A6A. Windows color (decimal): -4641318 or 14298553. OLE color: 14298553.

HSL color Cylindrical-coordinate representation of color #B92DDA: hue angle of 288.55º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92DDA is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 45 218 -
CMYK 0.15 0.79 0 0.15
HSL 288.55º 0.7% 0.52% -
HSV(B) 288.55º 0.79% 0.85% -
XYZ 33.6 17.25 67.89 -
YUV 106.58 190.88 183.93 -
System Red Green Blue C M Y K H S L
Decimal 185 45 218 0.15 0.79 0 0.15 288.55 0.7 0.52
Hex B9 2D DA F 4F 0 F 121 46 34
Octal 271 55 332 17 117 0 17 441 106 64
Binary 10111001 101101 11011010 1111 1001111 0 1111 100100001 1000110 110100

Color Harmonies of #B92DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92DDA

Black with #B92DDA

Text Example


Text Example

White with #B92DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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