Html Css Color HEX #B841DA Medium Orchid

📋 copy color: '#B841DA'

red 184 ◦ green 65 ◦ blue 218

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

Shades of Medium Orchid #B841DA

Tints of Medium Orchid #B841DA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.92%

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

R = 39.4%
G = 13.92%
B = 46.68%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B841DA (or 0xB841DA) is known color: Medium Orchid. HEX triplet: B8, 41 and DA. RGB value is (184,65,218). Sum of RGB (Red+Green+Blue) = 184+65+218=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #B841DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841DA is #47BE25. Grayscale: #757575. Windows color (decimal): -4701734 or 14303672. OLE color: 14303672.

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

Color convert

RGB 184 65 218 -
CMYK 0.16 0.70 0 0.15
HSL 286.67º 0.67% 0.55% -
HSV(B) 286.67º 0.7% 0.85% -
XYZ 34.31 19.03 68.19 -
YUV 118.02 184.42 175.06 -
System Red Green Blue C M Y K H S L
Decimal 184 65 218 0.16 0.70 0 0.15 286.67 0.67 0.55
Hex B8 41 DA 10 46 0 F 11F 43 37
Octal 270 101 332 20 106 0 17 437 103 67
Binary 10111000 1000001 11011010 10000 1000110 0 1111 100011111 1000011 110111

Color Harmonies of #B841DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841DA

Black with #B841DA

Text Example


Text Example

White with #B841DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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