Html Css Color HEX #B92FEF Dark Orchid

📋 copy color: '#B92FEF'

red 185 ◦ green 47 ◦ blue 239

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

Shades of Dark Orchid #B92FEF

Tints of Dark Orchid #B92FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 39.28%
G = 9.98%
B = 50.74%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B92FEF (or 0xB92FEF) is known color: Dark Orchid. HEX triplet: B9, 2F and EF. RGB value is (185,47,239). Sum of RGB (Red+Green+Blue) = 185+47+239=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #B92FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92FEF is #46D010. Grayscale: #6D6D6D. Windows color (decimal): -4640785 or 15675321. OLE color: 15675321.

HSL color Cylindrical-coordinate representation of color #B92FEF: hue angle of 283.12º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92FEF is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 47 239 -
CMYK 0.23 0.80 0 0.06
HSL 283.13º 0.86% 0.56% -
HSV(B) 283.13º 0.8% 0.94% -
XYZ 36.6 18.58 83.32 -
YUV 110.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 185 47 239 0.23 0.80 0 0.06 283.13 0.86 0.56
Hex B9 2F EF 17 50 0 6 11B 56 38
Octal 271 57 357 27 120 0 6 433 126 70
Binary 10111001 101111 11101111 10111 1010000 0 110 100011011 1010110 111000

Color Harmonies of #B92FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92FEF

Black with #B92FEF

Text Example


Text Example

White with #B92FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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