Html Css Color HEX #B92BED Dark Orchid

📋 copy color: '#B92BED'

red 185 ◦ green 43 ◦ blue 237

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

Shades of Dark Orchid #B92BED

Tints of Dark Orchid #B92BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 39.78%
G = 9.25%
B = 50.97%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B92BED (or 0xB92BED) is known color: Dark Orchid. HEX triplet: B9, 2B and ED. RGB value is (185,43,237). Sum of RGB (Red+Green+Blue) = 185+43+237=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #B92BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92BED is #46D412. Grayscale: #6A6A6A. Windows color (decimal): -4641811 or 15543225. OLE color: 15543225.

HSL color Cylindrical-coordinate representation of color #B92BED: hue angle of 283.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92BED is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 43 237 -
CMYK 0.22 0.82 0 0.07
HSL 283.92º 0.84% 0.55% -
HSV(B) 283.92º 0.82% 0.93% -
XYZ 36.16 18.16 81.72 -
YUV 107.57 201.04 183.23 -
System Red Green Blue C M Y K H S L
Decimal 185 43 237 0.22 0.82 0 0.07 283.92 0.84 0.55
Hex B9 2B ED 16 52 0 7 11C 54 37
Octal 271 53 355 26 122 0 7 434 124 67
Binary 10111001 101011 11101101 10110 1010010 0 111 100011100 1010100 110111

Color Harmonies of #B92BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92BED

Black with #B92BED

Text Example


Text Example

White with #B92BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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