Html Css Color HEX #B83FDA Medium Orchid

📋 copy color: '#B83FDA'

red 184 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #B83FDA

Tints of Medium Orchid #B83FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.55%

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

R = 39.57%
G = 13.55%
B = 46.88%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B83FDA (or 0xB83FDA) is known color: Medium Orchid. HEX triplet: B8, 3F and DA. RGB value is (184,63,218). Sum of RGB (Red+Green+Blue) = 184+63+218=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #B83FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FDA is #47C025. Grayscale: #747474. Windows color (decimal): -4702246 or 14303160. OLE color: 14303160.

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

Color convert

RGB 184 63 218 -
CMYK 0.16 0.71 0 0.15
HSL 286.84º 0.68% 0.55% -
HSV(B) 286.84º 0.71% 0.85% -
XYZ 34.2 18.81 68.16 -
YUV 116.85 185.09 175.9 -
System Red Green Blue C M Y K H S L
Decimal 184 63 218 0.16 0.71 0 0.15 286.84 0.68 0.55
Hex B8 3F DA 10 47 0 F 11F 44 37
Octal 270 77 332 20 107 0 17 437 104 67
Binary 10111000 111111 11011010 10000 1000111 0 1111 100011111 1000100 110111

Color Harmonies of #B83FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83FDA

Black with #B83FDA

Text Example


Text Example

White with #B83FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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