Html Css Color HEX #B92FCD Dark Orchid

📋 copy color: '#B92FCD'

red 185 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #B92FCD

Tints of Dark Orchid #B92FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.76%

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

R = 42.33%
G = 10.76%
B = 46.91%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B92FCD (or 0xB92FCD) is known color: Dark Orchid. HEX triplet: B9, 2F and CD. RGB value is (185,47,205). Sum of RGB (Red+Green+Blue) = 185+47+205=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #B92FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92FCD is #46D032. Grayscale: #696969. Windows color (decimal): -4640819 or 13447097. OLE color: 13447097.

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

Color convert

RGB 185 47 205 -
CMYK 0.10 0.77 0 0.20
HSL 292.41º 0.63% 0.49% -
HSV(B) 292.41º 0.77% 0.8% -
XYZ 32.04 16.76 59.3 -
YUV 106.27 183.72 184.15 -
System Red Green Blue C M Y K H S L
Decimal 185 47 205 0.10 0.77 0 0.20 292.41 0.63 0.49
Hex B9 2F CD A 4D 0 14 124 3F 31
Octal 271 57 315 12 115 0 24 444 77 61
Binary 10111001 101111 11001101 1010 1001101 0 10100 100100100 111111 110001

Color Harmonies of #B92FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92FCD

Black with #B92FCD

Text Example


Text Example

White with #B92FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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