Html Css Color HEX #B82FF0 Dark Orchid

📋 copy color: '#B82FF0'

red 184 ◦ green 47 ◦ blue 240

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

Shades of Dark Orchid #B82FF0

Tints of Dark Orchid #B82FF0

RGB

 RED value IS 184 (72.27% from 255) = 39.07%

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

 BLUE value IS 240 (94.14% from 255) = 50.96%

R = 39.07%
G = 9.98%
B = 50.96%

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

#B82FF0 (or 0xB82FF0) is known color: Dark Orchid. HEX triplet: B8, 2F and F0. RGB value is (184,47,240). Sum of RGB (Red+Green+Blue) = 184+47+240=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #B82FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82FF0 is #47D00F. Grayscale: #6D6D6D. Windows color (decimal): -4706320 or 15740856. OLE color: 15740856.

HSL color Cylindrical-coordinate representation of color #B82FF0: hue angle of 282.59º degrees, saturation: 0.87, 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 #B82FF0 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 47 240 -
CMYK 0.23 0.80 0 0.06
HSL 282.59º 0.87% 0.56% -
HSV(B) 282.59º 0.8% 0.94% -
XYZ 36.51 18.51 84.09 -
YUV 109.97 201.39 180.81 -
System Red Green Blue C M Y K H S L
Decimal 184 47 240 0.23 0.80 0 0.06 282.59 0.87 0.56
Hex B8 2F F0 17 50 0 6 11B 57 38
Octal 270 57 360 27 120 0 6 433 127 70
Binary 10111000 101111 11110000 10111 1010000 0 110 100011011 1010111 111000

Color Harmonies of #B82FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82FF0

Black with #B82FF0

Text Example


Text Example

White with #B82FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82FF0; }

 p { color: rgb(184,47,240); }

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

background-color css

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

 a { background-color: rgb(184,47,240); }

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

border-color css

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

 span { border-color: rgb(184,47,240); }

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