Html Css Color HEX #B92FEA Dark Orchid

📋 copy color: '#B92FEA'

red 185 ◦ green 47 ◦ blue 234

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

Shades of Dark Orchid #B92FEA

Tints of Dark Orchid #B92FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 39.7%
G = 10.09%
B = 50.21%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B92FEA (or 0xB92FEA) is known color: Dark Orchid. HEX triplet: B9, 2F and EA. RGB value is (185,47,234). Sum of RGB (Red+Green+Blue) = 185+47+234=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #B92FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92FEA is #46D015. Grayscale: #6C6C6C. Windows color (decimal): -4640790 or 15347641. OLE color: 15347641.

HSL color Cylindrical-coordinate representation of color #B92FEA: hue angle of 284.28º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92FEA is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 47 234 -
CMYK 0.21 0.80 0 0.08
HSL 284.28º 0.82% 0.55% -
HSV(B) 284.28º 0.8% 0.92% -
XYZ 35.88 18.29 79.48 -
YUV 109.58 198.22 181.79 -
System Red Green Blue C M Y K H S L
Decimal 185 47 234 0.21 0.80 0 0.08 284.28 0.82 0.55
Hex B9 2F EA 15 50 0 8 11C 52 37
Octal 271 57 352 25 120 0 10 434 122 67
Binary 10111001 101111 11101010 10101 1010000 0 1000 100011100 1010010 110111

Color Harmonies of #B92FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92FEA

Black with #B92FEA

Text Example


Text Example

White with #B92FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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