Html Css Color HEX #B92BDA Dark Orchid

📋 copy color: '#B92BDA'

red 185 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #B92BDA

Tints of Dark Orchid #B92BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.64%

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

R = 41.48%
G = 9.64%
B = 48.88%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B92BDA (or 0xB92BDA) is known color: Dark Orchid. HEX triplet: B9, 2B and DA. RGB value is (185,43,218). Sum of RGB (Red+Green+Blue) = 185+43+218=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #B92BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92BDA is #46D425. Grayscale: #686868. Windows color (decimal): -4641830 or 14298041. OLE color: 14298041.

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

Color convert

RGB 185 43 218 -
CMYK 0.15 0.80 0 0.15
HSL 288.69º 0.7% 0.51% -
HSV(B) 288.69º 0.8% 0.85% -
XYZ 33.53 17.1 67.86 -
YUV 105.41 191.54 184.77 -
System Red Green Blue C M Y K H S L
Decimal 185 43 218 0.15 0.80 0 0.15 288.69 0.7 0.51
Hex B9 2B DA F 50 0 F 121 46 33
Octal 271 53 332 17 120 0 17 441 106 63
Binary 10111001 101011 11011010 1111 1010000 0 1111 100100001 1000110 110011

Color Harmonies of #B92BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92BDA

Black with #B92BDA

Text Example


Text Example

White with #B92BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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