Html Css Color HEX #B865DF Medium Orchid

📋 copy color: '#B865DF'

red 184 ◦ green 101 ◦ blue 223

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

Shades of Medium Orchid #B865DF

Tints of Medium Orchid #B865DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.88%

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 36.22%
G = 19.88%
B = 43.9%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B865DF (or 0xB865DF) is known color: Medium Orchid. HEX triplet: B8, 65 and DF. RGB value is (184,101,223). Sum of RGB (Red+Green+Blue) = 184+101+223=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #B865DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865DF is #479A20. Grayscale: #8B8B8B. Windows color (decimal): -4692513 or 14640568. OLE color: 14640568.

HSL color Cylindrical-coordinate representation of color #B865DF: hue angle of 280.82º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B865DF is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 101 223 -
CMYK 0.17 0.55 0 0.13
HSL 280.82º 0.66% 0.64% -
HSV(B) 280.82º 0.55% 0.87% -
XYZ 37.74 24.83 72.61 -
YUV 139.73 175 159.58 -
System Red Green Blue C M Y K H S L
Decimal 184 101 223 0.17 0.55 0 0.13 280.82 0.66 0.64
Hex B8 65 DF 11 37 0 D 119 42 40
Octal 270 145 337 21 67 0 15 431 102 100
Binary 10111000 1100101 11011111 10001 110111 0 1101 100011001 1000010 1000000

Color Harmonies of #B865DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865DF

Black with #B865DF

Text Example


Text Example

White with #B865DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865DF; }

 p { color: rgb(184,101,223); }

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

background-color css

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

 a { background-color: rgb(184,101,223); }

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

border-color css

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

 span { border-color: rgb(184,101,223); }

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