Html Css Color HEX #B82EDA Dark Orchid

📋 copy color: '#B82EDA'

red 184 ◦ green 46 ◦ blue 218

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

Shades of Dark Orchid #B82EDA

Tints of Dark Orchid #B82EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.27%

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 41.07%
G = 10.27%
B = 48.66%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B82EDA (or 0xB82EDA) is known color: Dark Orchid. HEX triplet: B8, 2E and DA. RGB value is (184,46,218). Sum of RGB (Red+Green+Blue) = 184+46+218=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #B82EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82EDA is #47D125. Grayscale: #6A6A6A. Windows color (decimal): -4706598 or 14298808. OLE color: 14298808.

HSL color Cylindrical-coordinate representation of color #B82EDA: hue angle of 288.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82EDA is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 46 218 -
CMYK 0.16 0.79 0 0.15
HSL 288.14º 0.7% 0.52% -
HSV(B) 288.14º 0.79% 0.85% -
XYZ 33.4 17.21 67.89 -
YUV 106.87 190.72 183.01 -
System Red Green Blue C M Y K H S L
Decimal 184 46 218 0.16 0.79 0 0.15 288.14 0.7 0.52
Hex B8 2E DA 10 4F 0 F 120 46 34
Octal 270 56 332 20 117 0 17 440 106 64
Binary 10111000 101110 11011010 10000 1001111 0 1111 100100000 1000110 110100

Color Harmonies of #B82EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82EDA

Black with #B82EDA

Text Example


Text Example

White with #B82EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82EDA; }

 p { color: rgb(184,46,218); }

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

background-color css

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

 a { background-color: rgb(184,46,218); }

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

border-color css

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

 span { border-color: rgb(184,46,218); }

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